#860942

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

Shades of Tyrian Purple #860942

Tints of Tyrian Purple #860942

Color information

#860942 (or 0x860942) is unknown color: approx Tyrian Purple. HEX triplet: 86, 09 and 42. RGB value is (134,9,66). Sum of RGB (Red+Green+Blue) = 134+9+66=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #860942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860942 is #79F6BD. Grayscale: #343434. Windows color (decimal): -7993022 or 4327814. OLE color: 4327814.

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

Color convert

RGB134966-
CMYK00.930.510.47
HSL332.64º87.41%28.04%-
HSV(B)332.64º93.28%52.55%-
XYZ10.915.665.67-
YUV52.87135.41185.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.11%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=64.11%
G=4.31%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13496600.930.510.47332.6487.4128.04
Hex8694205D332F14d571c
Octal206111020135635751512734
Binary100001101001100001001011101110011101111101001101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860942; }

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

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

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

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

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

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

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

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