Html Css Color HEX #861777 Dark Purple

📋 copy color: '#861777'

red 134 ◦ green 23 ◦ blue 119

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

Shades of Dark Purple #861777

Tints of Dark Purple #861777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 48.55%
G = 8.33%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#861777 (or 0x861777) is known color: Dark Purple. HEX triplet: 86, 17 and 77. RGB value is (134,23,119). Sum of RGB (Red+Green+Blue) = 134+23+119=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #861777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861777 is #79E888. Grayscale: #424242. Windows color (decimal): -7989385 or 7804806. OLE color: 7804806.

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

Color convert

RGB 134 23 119 -
CMYK 0 0.83 0.11 0.47
HSL 308.11º 0.71% 0.31% -
HSV(B) 308.11º 0.83% 0.53% -
XYZ 13.47 7.01 18.1 -
YUV 67.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 134 23 119 0 0.83 0.11 0.47 308.11 0.71 0.31
Hex 86 17 77 0 53 B 2F 134 47 1F
Octal 206 27 167 0 123 13 57 464 107 37
Binary 10000110 10111 1110111 0 1010011 1011 101111 100110100 1000111 11111

Color Harmonies of #861777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861777

Black with #861777

Text Example


Text Example

White with #861777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861777; }

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

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

background-color css

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

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

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

border-color css

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

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

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