#582557

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

Shades of Hot Purple #582557

Tints of Hot Purple #582557

Color information

#582557 (or 0x582557) is unknown color: approx Hot Purple. HEX triplet: 58, 25 and 57. RGB value is (88,37,87). Sum of RGB (Red+Green+Blue) = 88+37+87=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #582557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582557 is #A7DAA8. Grayscale: #393939. Windows color (decimal): -11000489 or 5711192. OLE color: 5711192.

HSL color Cylindrical-coordinate representation of color #582557: hue angle of 301.18º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582557 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB883787-
CMYK00.580.010.65
HSL301.18º40.8%24.51%-
HSV(B)301.18º57.95%34.51%-
XYZ6.414.099.47-
YUV57.95144.4149.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=41.51%
G=17.45%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88378700.580.010.65301.1840.824.51
Hex58255703A14112d2919
Octal1304512707211014555131
Binary1011000100101101011101110101100000110010110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582557; }

 p { color: rgb(88,37,87); }

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

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

 a { background-color: rgb(88,37,87); }

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

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

 span { border-color: rgb(88,37,87); }

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