Html Css Color HEX #860476 Purple

📋 copy color: '#860476'

red 134 ◦ green 4 ◦ blue 118

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

Shades of Purple #860476

Tints of Purple #860476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 52.34%
G = 1.56%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#860476 (or 0x860476) is known color: Purple. HEX triplet: 86, 04 and 76. RGB value is (134,4,118). Sum of RGB (Red+Green+Blue) = 134+4+118=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #860476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860476 is #79FB89. Grayscale: #373737. Windows color (decimal): -7994250 or 7734406. OLE color: 7734406.

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

Color convert

RGB 134 4 118 -
CMYK 0 0.97 0.12 0.47
HSL 307.38º 0.94% 0.27% -
HSV(B) 307.38º 0.97% 0.53% -
XYZ 13.14 6.46 17.69 -
YUV 55.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 134 4 118 0 0.97 0.12 0.47 307.38 0.94 0.27
Hex 86 4 76 0 61 C 2F 133 5E 1B
Octal 206 4 166 0 141 14 57 463 136 33
Binary 10000110 100 1110110 0 1100001 1100 101111 100110011 1011110 11011

Color Harmonies of #860476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860476

Black with #860476

Text Example


Text Example

White with #860476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860476; }

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

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

background-color css

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

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

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

border-color css

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

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

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