#882573

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

Shades of Dark Purple #882573

Tints of Dark Purple #882573

Color information

#882573 (or 0x882573) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 73. RGB value is (136,37,115). Sum of RGB (Red+Green+Blue) = 136+37+115=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #882573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882573 is #77DA8C. Grayscale: #4B4B4B. Windows color (decimal): -7854733 or 7546248. OLE color: 7546248.

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

Color convert

RGB13637115-
CMYK00.730.150.47
HSL312.73º57.23%33.92%-
HSV(B)312.73º72.79%53.33%-
XYZ13.917.816.99-
YUV75.49150.3171.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 37 (14.84% from 255) = 12.85%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=47.22%
G=12.85%
B=39.93%

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
Decimal1363711500.730.150.47312.7357.2333.92
Hex882573049F2F1393922
Octal21045163011117574717142
Binary100010001001011110011010010011111101111100111001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882573; }

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

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

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

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

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

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

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

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