Html Css Color HEX #861077 Dark Purple

📋 copy color: '#861077'

red 134 ◦ green 16 ◦ blue 119

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

Shades of Dark Purple #861077

Tints of Dark Purple #861077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 49.81%
G = 5.95%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#861077 (or 0x861077) is known color: Dark Purple. HEX triplet: 86, 10 and 77. RGB value is (134,16,119). Sum of RGB (Red+Green+Blue) = 134+16+119=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #861077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861077 is #79EF88. Grayscale: #3E3E3E. Windows color (decimal): -7991177 or 7803014. OLE color: 7803014.

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

Color convert

RGB 134 16 119 -
CMYK 0 0.88 0.11 0.47
HSL 307.63º 0.79% 0.29% -
HSV(B) 307.63º 0.88% 0.53% -
XYZ 13.35 6.77 18.06 -
YUV 63.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 134 16 119 0 0.88 0.11 0.47 307.63 0.79 0.29
Hex 86 10 77 0 58 B 2F 134 4F 1D
Octal 206 20 167 0 130 13 57 464 117 35
Binary 10000110 10000 1110111 0 1011000 1011 101111 100110100 1001111 11101

Color Harmonies of #861077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861077

Black with #861077

Text Example


Text Example

White with #861077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861077; }

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

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

background-color css

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

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

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

border-color css

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

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

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