Html Css Color HEX #861977 Dark Purple

📋 copy color: '#861977'

red 134 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #861977

Tints of Dark Purple #861977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

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

R = 48.2%
G = 8.99%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#861977 (or 0x861977) is known color: Dark Purple. HEX triplet: 86, 19 and 77. RGB value is (134,25,119). Sum of RGB (Red+Green+Blue) = 134+25+119=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #861977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861977 is #79E688. Grayscale: #444444. Windows color (decimal): -7988873 or 7805318. OLE color: 7805318.

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

Color convert

RGB 134 25 119 -
CMYK 0 0.81 0.11 0.47
HSL 308.26º 0.69% 0.31% -
HSV(B) 308.26º 0.81% 0.53% -
XYZ 13.51 7.1 18.11 -
YUV 68.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 134 25 119 0 0.81 0.11 0.47 308.26 0.69 0.31
Hex 86 19 77 0 51 B 2F 134 45 1F
Octal 206 31 167 0 121 13 57 464 105 37
Binary 10000110 11001 1110111 0 1010001 1011 101111 100110100 1000101 11111

Color Harmonies of #861977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861977

Black with #861977

Text Example


Text Example

White with #861977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861977; }

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

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

background-color css

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

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

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

border-color css

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

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

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