#582B60

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

Shades of Hot Purple #582B60

Tints of Hot Purple #582B60

Color information

#582B60 (or 0x582B60) is unknown color: approx Hot Purple. HEX triplet: 58, 2B and 60. RGB value is (88,43,96). Sum of RGB (Red+Green+Blue) = 88+43+96=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #582B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B60 is #A7D49F. Grayscale: #3E3E3E. Windows color (decimal): -10998944 or 6302552. OLE color: 6302552.

HSL color Cylindrical-coordinate representation of color #582B60: hue angle of 290.94º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #582B60 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB884396-
CMYK0.080.5500.62
HSL290.94º38.13%27.25%-
HSV(B)290.94º55.21%37.65%-
XYZ74.6511.59-
YUV62.5146.91146.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=38.77%
G=18.94%
B=42.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8843960.080.5500.62290.9438.1327.25
Hex582B6083703E123261b
Octal1305314010670764434633
Binary101100010101111000001000110111011111010010001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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