Html Css Color HEX #860F77 Dark Purple

📋 copy color: '#860F77'

red 134 ◦ green 15 ◦ blue 119

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

Shades of Dark Purple #860F77

Tints of Dark Purple #860F77

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

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

R = 50%
G = 5.6%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#860F77 (or 0x860F77) is known color: Dark Purple. HEX triplet: 86, 0F and 77. RGB value is (134,15,119). Sum of RGB (Red+Green+Blue) = 134+15+119=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #860F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F77 is #79F088. Grayscale: #3E3E3E. Windows color (decimal): -7991433 or 7802758. OLE color: 7802758.

HSL color Cylindrical-coordinate representation of color #860F77: hue angle of 307.56º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F77 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 15 119 -
CMYK 0 0.89 0.11 0.47
HSL 307.56º 0.8% 0.29% -
HSV(B) 307.56º 0.89% 0.53% -
XYZ 13.33 6.74 18.05 -
YUV 62.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 134 15 119 0 0.89 0.11 0.47 307.56 0.8 0.29
Hex 86 F 77 0 59 B 2F 134 50 1D
Octal 206 17 167 0 131 13 57 464 120 35
Binary 10000110 1111 1110111 0 1011001 1011 101111 100110100 1010000 11101

Color Harmonies of #860F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860F77

Black with #860F77

Text Example


Text Example

White with #860F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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