#582C58

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

Shades of Hot Purple #582C58

Tints of Hot Purple #582C58

Color information

#582C58 (or 0x582C58) is unknown color: approx Hot Purple. HEX triplet: 58, 2C and 58. RGB value is (88,44,88). Sum of RGB (Red+Green+Blue) = 88+44+88=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #582C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C58 is #A7D3A7. Grayscale: #3E3E3E. Windows color (decimal): -10998696 or 5778520. OLE color: 5778520.

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

Color convert

RGB884488-
CMYK00.500.65
HSL300º33.33%25.88%-
HSV(B)300º50%34.51%-
XYZ6.694.589.76-
YUV62.17142.58146.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 88 (34.77% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88448800.500.6530033.3325.88
Hex582C5803204112c211a
Octal1305413006201014544132
Binary1011000101100101100001100100100000110010110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,44,88); }

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

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

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

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

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

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

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