Html Css Color HEX #881971 Dark Purple

📋 copy color: '#881971'

red 136 ◦ green 25 ◦ blue 113

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

Shades of Dark Purple #881971

Tints of Dark Purple #881971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 49.64%
G = 9.12%
B = 41.24%

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

#881971 (or 0x881971) is known color: Dark Purple. HEX triplet: 88, 19 and 71. RGB value is (136,25,113). Sum of RGB (Red+Green+Blue) = 136+25+113=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #881971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881971 is #77E68E. Grayscale: #434343. Windows color (decimal): -7857807 or 7412104. OLE color: 7412104.

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

Color convert

RGB 136 25 113 -
CMYK 0 0.82 0.17 0.47
HSL 312.43º 0.69% 0.32% -
HSV(B) 312.43º 0.82% 0.53% -
XYZ 13.48 7.12 16.29 -
YUV 68.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 136 25 113 0 0.82 0.17 0.47 312.43 0.69 0.32
Hex 88 19 71 0 52 11 2F 138 45 20
Octal 210 31 161 0 122 21 57 470 105 40
Binary 10001000 11001 1110001 0 1010010 10001 101111 100111000 1000101 100000

Color Harmonies of #881971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881971

Black with #881971

Text Example


Text Example

White with #881971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881971; }

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

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

background-color css

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

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

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

border-color css

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

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

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