#882574

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

Shades of Dark Purple #882574

Tints of Dark Purple #882574

Color information

#882574 (or 0x882574) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 74. RGB value is (136,37,116). Sum of RGB (Red+Green+Blue) = 136+37+116=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #882574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882574 is #77DA8B. Grayscale: #4B4B4B. Windows color (decimal): -7854732 or 7611784. OLE color: 7611784.

HSL color Cylindrical-coordinate representation of color #882574: hue angle of 312.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882574 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13637116-
CMYK00.730.150.47
HSL312.12º57.23%33.92%-
HSV(B)312.12º72.79%53.33%-
XYZ13.977.8217.3-
YUV75.61150.8171.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.06%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=47.06%
G=12.80%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363711600.730.150.47312.1257.2333.92
Hex882574049F2F1383922
Octal21045164011117574707142
Binary100010001001011110100010010011111101111100111000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882574; }

 p { color: rgb(136,37,116); }

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

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

 a { background-color: rgb(136,37,116); }

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

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

 span { border-color: rgb(136,37,116); }

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