#582257

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

Shades of Hot Purple #582257

Tints of Hot Purple #582257

Color information

#582257 (or 0x582257) is unknown color: approx Hot Purple. HEX triplet: 58, 22 and 57. RGB value is (88,34,87). Sum of RGB (Red+Green+Blue) = 88+34+87=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #582257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582257 is #A7DDA8. Grayscale: #383838. Windows color (decimal): -11001257 or 5710424. OLE color: 5710424.

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

Color convert

RGB883487-
CMYK00.610.010.65
HSL301.11º44.26%23.92%-
HSV(B)301.11º61.36%34.51%-
XYZ6.323.919.44-
YUV56.19145.39150.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=42.11%
G=16.27%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88348700.610.010.65301.1144.2623.92
Hex58225703D14112d2c18
Octal1304212707511014555430
Binary1011000100010101011101111011100000110010110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582257; }

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

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

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

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

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

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

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

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