#870348

Color #870348 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #870348

Tints of Tyrian Purple #870348

Color information

#870348 (or 0x870348) is unknown color: approx Tyrian Purple. HEX triplet: 87, 03 and 48. RGB value is (135,3,72). Sum of RGB (Red+Green+Blue) = 135+3+72=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #870348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870348 is #78FCB7. Grayscale: #323232. Windows color (decimal): -7929016 or 4719495. OLE color: 4719495.

HSL color Cylindrical-coordinate representation of color #870348: hue angle of 328.64º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870348 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB135372-
CMYK00.980.470.47
HSL328.64º95.65%27.06%-
HSV(B)328.64º97.78%52.94%-
XYZ11.195.686.64-
YUV50.33140.23188.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 64.29%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=64.29%
G=1.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13537200.980.470.47328.6495.6527.06
Hex873480622F2F149601b
Octal20731100142575751114033
Binary1000011111100100001100010101111101111101001001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870348; }

 p { color: rgb(135,3,72); }

 H1.HeaderClassName
 {
   color: #870348;
 }
 .AnyTagClassName
 {
   color: #870348;
 }
</style>
background-color css

<style>
 a { background-color: #870348; }

 a { background-color: rgb(135,3,72); }

 div.DivClassName
 {
   background-color: #870348;
 }
 .BgClassName
 {
   background-color: #870348;
 }
</style>
border-color css

<style>
 span { border-color: #870348; }

 span { border-color: rgb(135,3,72); }

 td.TdClassName
 {
   border-color: #870348;
 }
 .TagClassName
 {
   border-color: #870348;
 }
</style>