Html Css Color HEX #882077 Dark Purple

📋 copy color: '#882077'

red 136 ◦ green 32 ◦ blue 119

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

Shades of Dark Purple #882077

Tints of Dark Purple #882077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 47.39%
G = 11.15%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#882077 (or 0x882077) is known color: Dark Purple. HEX triplet: 88, 20 and 77. RGB value is (136,32,119). Sum of RGB (Red+Green+Blue) = 136+32+119=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #882077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882077 is #77DF88. Grayscale: #484848. Windows color (decimal): -7856009 or 7807112. OLE color: 7807112.

HSL color Cylindrical-coordinate representation of color #882077: hue angle of 309.81º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882077 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 119 -
CMYK 0 0.76 0.12 0.47
HSL 309.81º 0.62% 0.33% -
HSV(B) 309.81º 0.76% 0.53% -
XYZ 14 7.6 18.18 -
YUV 73.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 136 32 119 0 0.76 0.12 0.47 309.81 0.62 0.33
Hex 88 20 77 0 4C C 2F 136 3E 21
Octal 210 40 167 0 114 14 57 466 76 41
Binary 10001000 100000 1110111 0 1001100 1100 101111 100110110 111110 100001

Color Harmonies of #882077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882077

Black with #882077

Text Example


Text Example

White with #882077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882077; }

 p { color: rgb(136,32,119); }

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

background-color css

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

 a { background-color: rgb(136,32,119); }

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

border-color css

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

 span { border-color: rgb(136,32,119); }

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