Html Css Color HEX #881A72 Dark Purple

📋 copy color: '#881A72'

red 136 ◦ green 26 ◦ blue 114

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

Shades of Dark Purple #881A72

Tints of Dark Purple #881A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

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

R = 49.28%
G = 9.42%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#881A72 (or 0x881A72) is known color: Dark Purple. HEX triplet: 88, 1A and 72. RGB value is (136,26,114). Sum of RGB (Red+Green+Blue) = 136+26+114=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #881A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A72 is #77E58D. Grayscale: #444444. Windows color (decimal): -7857550 or 7477896. OLE color: 7477896.

HSL color Cylindrical-coordinate representation of color #881A72: hue angle of 312º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A72 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 26 114 -
CMYK 0 0.81 0.16 0.47
HSL 312º 0.68% 0.32% -
HSV(B) 312º 0.81% 0.53% -
XYZ 13.56 7.19 16.59 -
YUV 68.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 136 26 114 0 0.81 0.16 0.47 312 0.68 0.32
Hex 88 1A 72 0 51 10 2F 138 44 20
Octal 210 32 162 0 121 20 57 470 104 40
Binary 10001000 11010 1110010 0 1010001 10000 101111 100111000 1000100 100000

Color Harmonies of #881A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A72

Black with #881A72

Text Example


Text Example

White with #881A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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