#582B56

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

Shades of Hot Purple #582B56

Tints of Hot Purple #582B56

Color information

#582B56 (or 0x582B56) is unknown color: approx Hot Purple. HEX triplet: 58, 2B and 56. RGB value is (88,43,86). Sum of RGB (Red+Green+Blue) = 88+43+86=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #582B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B56 is #A7D4A9. Grayscale: #3D3D3D. Windows color (decimal): -10998954 or 5647192. OLE color: 5647192.

HSL color Cylindrical-coordinate representation of color #582B56: hue angle of 302.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582B56 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB884386-
CMYK00.510.020.65
HSL302.67º34.35%25.69%-
HSV(B)302.67º51.14%34.51%-
XYZ6.574.479.32-
YUV61.36141.91147-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=40.55%
G=19.82%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88438600.510.020.65302.6734.3525.69
Hex582B5603324112f221a
Octal1305312606321014574232
Binary10110001010111010110011001110100000110010111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582B56; }

 p { color: rgb(88,43,86); }

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

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

 a { background-color: rgb(88,43,86); }

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

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

 span { border-color: rgb(88,43,86); }

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