#860042

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

Shades of Tyrian Purple #860042

Tints of Tyrian Purple #860042

Color information

#860042 (or 0x860042) is unknown color: approx Tyrian Purple. HEX triplet: 86, 00 and 42. RGB value is (134,0,66). Sum of RGB (Red+Green+Blue) = 134+0+66=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #860042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860042 is #79FFBD. Grayscale: #2F2F2F. Windows color (decimal): -7995326 or 4325510. OLE color: 4325510.

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

Color convert

RGB134066-
CMYK010.510.47
HSL330.45º100%26.27%-
HSV(B)330.45º100%52.55%-
XYZ10.815.465.64-
YUV47.59138.39189.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 33%
R=67%
G=0%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134066010.510.47330.4510026.27
Hex86042064332F14a641a
Octal20601020144635751214432
Binary100001100100001001100100110011101111101001010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860042; }

 p { color: rgb(134,0,66); }

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

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

 a { background-color: rgb(134,0,66); }

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

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

 span { border-color: rgb(134,0,66); }

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