#870342

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

Shades of Tyrian Purple #870342

Tints of Tyrian Purple #870342

Color information

#870342 (or 0x870342) is unknown color: approx Tyrian Purple. HEX triplet: 87, 03 and 42. RGB value is (135,3,66). Sum of RGB (Red+Green+Blue) = 135+3+66=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #870342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870342 is #78FCBD. Grayscale: #313131. Windows color (decimal): -7929022 or 4326279. OLE color: 4326279.

HSL color Cylindrical-coordinate representation of color #870342: hue angle of 331.36º 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 #870342 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB135366-
CMYK00.980.510.47
HSL331.36º95.65%27.06%-
HSV(B)331.36º97.78%52.94%-
XYZ11.015.615.66-
YUV49.65137.23188.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.18%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=66.18%
G=1.47%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13536600.980.510.47331.3695.6527.06
Hex87342062332F14b601b
Octal20731020142635751314033
Binary1000011111100001001100010110011101111101001011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870342; }

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

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

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

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

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

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

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

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