Html Css Color HEX #860576 Purple

📋 copy color: '#860576'

red 134 ◦ green 5 ◦ blue 118

#860576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #860576

Tints of Purple #860576

RGB

 RED value IS 134 (52.73% from 255) = 52.14%

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 52.14%
G = 1.95%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#860576 (or 0x860576) is known color: Purple. HEX triplet: 86, 05 and 76. RGB value is (134,5,118). Sum of RGB (Red+Green+Blue) = 134+5+118=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #860576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860576 is #79FA89. Grayscale: #383838. Windows color (decimal): -7993994 or 7734662. OLE color: 7734662.

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

Color convert

RGB 134 5 118 -
CMYK 0 0.96 0.12 0.47
HSL 307.44º 0.93% 0.27% -
HSV(B) 307.44º 0.96% 0.53% -
XYZ 13.16 6.48 17.7 -
YUV 56.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 134 5 118 0 0.96 0.12 0.47 307.44 0.93 0.27
Hex 86 5 76 0 60 C 2F 133 5D 1B
Octal 206 5 166 0 140 14 57 463 135 33
Binary 10000110 101 1110110 0 1100000 1100 101111 100110011 1011101 11011

Color Harmonies of #860576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860576

Black with #860576

Text Example


Text Example

White with #860576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860576; }

 p { color: rgb(134,5,118); }

 H1.HeaderClassName
 {
   color: #860576;
 }
 .AnyTagClassName
 {
   color: #860576;
 }
</style>

background-color css

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

 a { background-color: rgb(134,5,118); }

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

border-color css

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

 span { border-color: rgb(134,5,118); }

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