Html Css Color HEX #882872 Dark Purple

📋 copy color: '#882872'

red 136 ◦ green 40 ◦ blue 114

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

Shades of Dark Purple #882872

Tints of Dark Purple #882872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.79%

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

R = 46.9%
G = 13.79%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#882872 (or 0x882872) is known color: Dark Purple. HEX triplet: 88, 28 and 72. RGB value is (136,40,114). Sum of RGB (Red+Green+Blue) = 136+40+114=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #882872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882872 is #77D78D. Grayscale: #4C4C4C. Windows color (decimal): -7853966 or 7481480. OLE color: 7481480.

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

Color convert

RGB 136 40 114 -
CMYK 0 0.71 0.16 0.47
HSL 313.75º 0.55% 0.35% -
HSV(B) 313.75º 0.71% 0.53% -
XYZ 13.95 7.97 16.72 -
YUV 77.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 136 40 114 0 0.71 0.16 0.47 313.75 0.55 0.35
Hex 88 28 72 0 47 10 2F 13A 37 23
Octal 210 50 162 0 107 20 57 472 67 43
Binary 10001000 101000 1110010 0 1000111 10000 101111 100111010 110111 100011

Color Harmonies of #882872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882872

Black with #882872

Text Example


Text Example

White with #882872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882872; }

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

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

background-color css

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

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

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

border-color css

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

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

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