#881578

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

Shades of Dark Purple #881578

Tints of Dark Purple #881578

Color information

#881578 (or 0x881578) is unknown color: approx Dark Purple. HEX triplet: 88, 15 and 78. RGB value is (136,21,120). Sum of RGB (Red+Green+Blue) = 136+21+120=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #881578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881578 is #77EA87. Grayscale: #424242. Windows color (decimal): -7858824 or 7869832. OLE color: 7869832.

HSL color Cylindrical-coordinate representation of color #881578: hue angle of 308.35º degrees, saturation: 0.73, 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 #881578 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB13621120-
CMYK00.850.120.47
HSL308.35º73.25%30.78%-
HSV(B)308.35º84.56%53.33%-
XYZ13.817.1318.42-
YUV66.67158.1177.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=49.10%
G=7.58%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362112000.850.120.47308.3573.2530.78
Hex881578055C2F134491f
Octal210251700125145746411137
Binary10001000101011111000010101011100101111100110100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881578; }

 p { color: rgb(136,21,120); }

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

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

 a { background-color: rgb(136,21,120); }

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

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

 span { border-color: rgb(136,21,120); }

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