Html Css Color HEX #881472 Dark Purple

📋 copy color: '#881472'

red 136 ◦ green 20 ◦ blue 114

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

Shades of Dark Purple #881472

Tints of Dark Purple #881472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 114 (44.92% from 255) = 42.22%

R = 50.37%
G = 7.41%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#881472 (or 0x881472) is known color: Dark Purple. HEX triplet: 88, 14 and 72. RGB value is (136,20,114). Sum of RGB (Red+Green+Blue) = 136+20+114=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #881472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881472 is #77EB8D. Grayscale: #414141. Windows color (decimal): -7859086 or 7476360. OLE color: 7476360.

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

Color convert

RGB 136 20 114 -
CMYK 0 0.85 0.16 0.47
HSL 311.38º 0.74% 0.31% -
HSV(B) 311.38º 0.85% 0.53% -
XYZ 13.44 6.95 16.55 -
YUV 65.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 136 20 114 0 0.85 0.16 0.47 311.38 0.74 0.31
Hex 88 14 72 0 55 10 2F 137 4A 1F
Octal 210 24 162 0 125 20 57 467 112 37
Binary 10001000 10100 1110010 0 1010101 10000 101111 100110111 1001010 11111

Color Harmonies of #881472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881472

Black with #881472

Text Example


Text Example

White with #881472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881472; }

 p { color: rgb(136,20,114); }

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

background-color css

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

 a { background-color: rgb(136,20,114); }

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

border-color css

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

 span { border-color: rgb(136,20,114); }

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