#86024A

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

Shades of Tyrian Purple #86024A

Tints of Tyrian Purple #86024A

Color information

#86024A (or 0x86024A) is unknown color: approx Tyrian Purple. HEX triplet: 86, 02 and 4A. RGB value is (134,2,74). Sum of RGB (Red+Green+Blue) = 134+2+74=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86024A is #79FDB5. Grayscale: #313131. Windows color (decimal): -7994806 or 4850310. OLE color: 4850310.

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

Color convert

RGB134274-
CMYK00.990.450.47
HSL327.27º97.06%26.67%-
HSV(B)327.27º98.51%52.55%-
XYZ11.095.616.98-
YUV49.68141.73188.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.81%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=63.81%
G=0.95%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13427400.990.450.47327.2797.0626.67
Hex8624A0632D2F147611b
Octal20621120143555750714133
Binary1000011010100101001100011101101101111101000111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86024A; }

 p { color: rgb(134,2,74); }

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

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

 a { background-color: rgb(134,2,74); }

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

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

 span { border-color: rgb(134,2,74); }

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