Html Css Color HEX #861871 Dark Purple

📋 copy color: '#861871'

red 134 ◦ green 24 ◦ blue 113

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

Shades of Dark Purple #861871

Tints of Dark Purple #861871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 49.45%
G = 8.86%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#861871 (or 0x861871) is known color: Dark Purple. HEX triplet: 86, 18 and 71. RGB value is (134,24,113). Sum of RGB (Red+Green+Blue) = 134+24+113=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #861871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861871 is #79E78E. Grayscale: #424242. Windows color (decimal): -7989135 or 7411846. OLE color: 7411846.

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

Color convert

RGB 134 24 113 -
CMYK 0 0.82 0.16 0.47
HSL 311.45º 0.7% 0.31% -
HSV(B) 311.45º 0.82% 0.53% -
XYZ 13.14 6.91 16.26 -
YUV 67.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 134 24 113 0 0.82 0.16 0.47 311.45 0.7 0.31
Hex 86 18 71 0 52 10 2F 137 46 1F
Octal 206 30 161 0 122 20 57 467 106 37
Binary 10000110 11000 1110001 0 1010010 10000 101111 100110111 1000110 11111

Color Harmonies of #861871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861871

Black with #861871

Text Example


Text Example

White with #861871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861871; }

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

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

background-color css

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

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

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

border-color css

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

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

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