Html Css Color HEX #860A77 Purple

📋 copy color: '#860A77'

red 134 ◦ green 10 ◦ blue 119

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

Shades of Purple #860A77

Tints of Purple #860A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 119 (46.88% from 255) = 45.25%

R = 50.95%
G = 3.8%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#860A77 (or 0x860A77) is known color: Purple. HEX triplet: 86, 0A and 77. RGB value is (134,10,119). Sum of RGB (Red+Green+Blue) = 134+10+119=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #860A77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A77 is #79F588. Grayscale: #3B3B3B. Windows color (decimal): -7992713 or 7801478. OLE color: 7801478.

HSL color Cylindrical-coordinate representation of color #860A77: hue angle of 307.26º degrees, saturation: 0.86, 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 #860A77 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 10 119 -
CMYK 0 0.93 0.11 0.47
HSL 307.26º 0.86% 0.28% -
HSV(B) 307.26º 0.93% 0.53% -
XYZ 13.27 6.62 18.03 -
YUV 59.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 134 10 119 0 0.93 0.11 0.47 307.26 0.86 0.28
Hex 86 A 77 0 5D B 2F 133 56 1C
Octal 206 12 167 0 135 13 57 463 126 34
Binary 10000110 1010 1110111 0 1011101 1011 101111 100110011 1010110 11100

Color Harmonies of #860A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A77

Black with #860A77

Text Example


Text Example

White with #860A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860A77; }

 p { color: rgb(134,10,119); }

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

background-color css

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

 a { background-color: rgb(134,10,119); }

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

border-color css

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

 span { border-color: rgb(134,10,119); }

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