#582B5D

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

Shades of Hot Purple #582B5D

Tints of Hot Purple #582B5D

Color information

#582B5D (or 0x582B5D) is unknown color: approx Hot Purple. HEX triplet: 58, 2B and 5D. RGB value is (88,43,93). Sum of RGB (Red+Green+Blue) = 88+43+93=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #582B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B5D is #A7D4A2. Grayscale: #3E3E3E. Windows color (decimal): -10998947 or 6105944. OLE color: 6105944.

HSL color Cylindrical-coordinate representation of color #582B5D: hue angle of 294º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #582B5D is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB884393-
CMYK0.050.5400.64
HSL294º36.76%26.67%-
HSV(B)294º53.76%36.47%-
XYZ6.864.5910.88-
YUV62.16145.41146.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.29%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=39.29%
G=19.20%
B=41.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8843930.050.5400.6429436.7626.67
Hex582B5D536040126251b
Octal1305313556601004464533
Binary101100010101110111011011101100100000010010011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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