Html Css Color HEX #861571 Dark Purple

📋 copy color: '#861571'

red 134 ◦ green 21 ◦ blue 113

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

Shades of Dark Purple #861571

Tints of Dark Purple #861571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 50%
G = 7.84%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#861571 (or 0x861571) is known color: Dark Purple. HEX triplet: 86, 15 and 71. RGB value is (134,21,113). Sum of RGB (Red+Green+Blue) = 134+21+113=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #861571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861571 is #79EA8E. Grayscale: #414141. Windows color (decimal): -7989903 or 7411078. OLE color: 7411078.

HSL color Cylindrical-coordinate representation of color #861571: hue angle of 311.15º 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 #861571 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 113 -
CMYK 0 0.84 0.16 0.47
HSL 311.15º 0.73% 0.3% -
HSV(B) 311.15º 0.84% 0.53% -
XYZ 13.08 6.8 16.25 -
YUV 65.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 134 21 113 0 0.84 0.16 0.47 311.15 0.73 0.3
Hex 86 15 71 0 54 10 2F 137 49 1E
Octal 206 25 161 0 124 20 57 467 111 36
Binary 10000110 10101 1110001 0 1010100 10000 101111 100110111 1001001 11110

Color Harmonies of #861571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861571

Black with #861571

Text Example


Text Example

White with #861571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861571; }

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

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

background-color css

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

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

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

border-color css

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

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

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