#860246

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

Shades of Tyrian Purple #860246

Tints of Tyrian Purple #860246

Color information

#860246 (or 0x860246) is unknown color: approx Tyrian Purple. HEX triplet: 86, 02 and 46. RGB value is (134,2,70). Sum of RGB (Red+Green+Blue) = 134+2+70=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #860246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860246 is #79FDB9. Grayscale: #313131. Windows color (decimal): -7994810 or 4588166. OLE color: 4588166.

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

Color convert

RGB134270-
CMYK00.990.480.47
HSL329.09º97.06%26.67%-
HSV(B)329.09º98.51%52.55%-
XYZ10.965.556.29-
YUV49.22139.73188.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.05%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=65.05%
G=0.97%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13427000.990.480.47329.0997.0626.67
Hex86246063302F149611b
Octal20621060143605751114133
Binary1000011010100011001100011110000101111101001001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860246; }

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

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

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

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

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

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

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

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