#88277C

Color #88277C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #88277C

Tints of Dark Purple #88277C

Color information

#88277C (or 0x88277C) is unknown color: approx Dark Purple. HEX triplet: 88, 27 and 7C. RGB value is (136,39,124). Sum of RGB (Red+Green+Blue) = 136+39+124=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #88277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88277C is #77D883. Grayscale: #4D4D4D. Windows color (decimal): -7854212 or 8136584. OLE color: 8136584.

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

Color convert

RGB13639124-
CMYK00.710.090.47
HSL307.42º55.43%34.31%-
HSV(B)307.42º71.32%53.33%-
XYZ14.528.1419.87-
YUV77.69154.14169.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=45.48%
G=13.04%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363912400.710.090.47307.4255.4334.31
Hex88277C04792F1333722
Octal21047174010711574636742
Binary100010001001111111100010001111001101111100110011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88277C; }

 p { color: rgb(136,39,124); }

 H1.HeaderClassName
 {
   color: #88277C;
 }
 .AnyTagClassName
 {
   color: #88277C;
 }
</style>
background-color css

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

 a { background-color: rgb(136,39,124); }

 div.DivClassName
 {
   background-color: #88277C;
 }
 .BgClassName
 {
   background-color: #88277C;
 }
</style>
border-color css

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

 span { border-color: rgb(136,39,124); }

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