Html Css Color HEX #881871 Dark Purple

📋 copy color: '#881871'

red 136 ◦ green 24 ◦ blue 113

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

Shades of Dark Purple #881871

Tints of Dark Purple #881871

RGB

 RED value IS 136 (53.52% from 255) = 49.82%

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

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

R = 49.82%
G = 8.79%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#881871 (or 0x881871) is known color: Dark Purple. HEX triplet: 88, 18 and 71. RGB value is (136,24,113). Sum of RGB (Red+Green+Blue) = 136+24+113=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881871 is #77E78E. Grayscale: #434343. Windows color (decimal): -7858063 or 7411848. OLE color: 7411848.

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

Color convert

RGB 136 24 113 -
CMYK 0 0.82 0.17 0.47
HSL 312.32º 0.7% 0.31% -
HSV(B) 312.32º 0.82% 0.53% -
XYZ 13.46 7.08 16.28 -
YUV 67.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 136 24 113 0 0.82 0.17 0.47 312.32 0.7 0.31
Hex 88 18 71 0 52 11 2F 138 46 1F
Octal 210 30 161 0 122 21 57 470 106 37
Binary 10001000 11000 1110001 0 1010010 10001 101111 100111000 1000110 11111

Color Harmonies of #881871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881871

Black with #881871

Text Example


Text Example

White with #881871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881871; }

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

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

background-color css

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

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

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

border-color css

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

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

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