Html Css Color HEX #861576 Dark Purple

📋 copy color: '#861576'

red 134 ◦ green 21 ◦ blue 118

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

Shades of Dark Purple #861576

Tints of Dark Purple #861576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 49.08%
G = 7.69%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#861576 (or 0x861576) is known color: Dark Purple. HEX triplet: 86, 15 and 76. RGB value is (134,21,118). Sum of RGB (Red+Green+Blue) = 134+21+118=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #861576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861576 is #79EA89. Grayscale: #414141. Windows color (decimal): -7989898 or 7738758. OLE color: 7738758.

HSL color Cylindrical-coordinate representation of color #861576: hue angle of 308.5º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861576 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 118 -
CMYK 0 0.84 0.12 0.47
HSL 308.5º 0.73% 0.3% -
HSV(B) 308.5º 0.84% 0.53% -
XYZ 13.37 6.91 17.77 -
YUV 65.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 134 21 118 0 0.84 0.12 0.47 308.5 0.73 0.3
Hex 86 15 76 0 54 C 2F 134 49 1E
Octal 206 25 166 0 124 14 57 464 111 36
Binary 10000110 10101 1110110 0 1010100 1100 101111 100110100 1001001 11110

Color Harmonies of #861576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861576

Black with #861576

Text Example


Text Example

White with #861576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861576; }

 p { color: rgb(134,21,118); }

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

background-color css

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

 a { background-color: rgb(134,21,118); }

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

border-color css

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

 span { border-color: rgb(134,21,118); }

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