Html Css Color HEX #861F77 Dark Purple

📋 copy color: '#861F77'

red 134 ◦ green 31 ◦ blue 119

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

Shades of Dark Purple #861F77

Tints of Dark Purple #861F77

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

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

R = 47.18%
G = 10.92%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#861F77 (or 0x861F77) is known color: Dark Purple. HEX triplet: 86, 1F and 77. RGB value is (134,31,119). Sum of RGB (Red+Green+Blue) = 134+31+119=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #861F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F77 is #79E088. Grayscale: #474747. Windows color (decimal): -7987337 or 7806854. OLE color: 7806854.

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

Color convert

RGB 134 31 119 -
CMYK 0 0.77 0.11 0.47
HSL 308.74º 0.62% 0.32% -
HSV(B) 308.74º 0.77% 0.53% -
XYZ 13.65 7.38 18.16 -
YUV 71.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 134 31 119 0 0.77 0.11 0.47 308.74 0.62 0.32
Hex 86 1F 77 0 4D B 2F 135 3E 20
Octal 206 37 167 0 115 13 57 465 76 40
Binary 10000110 11111 1110111 0 1001101 1011 101111 100110101 111110 100000

Color Harmonies of #861F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861F77

Black with #861F77

Text Example


Text Example

White with #861F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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