#582956

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

Shades of Hot Purple #582956

Tints of Hot Purple #582956

Color information

#582956 (or 0x582956) is unknown color: approx Hot Purple. HEX triplet: 58, 29 and 56. RGB value is (88,41,86). Sum of RGB (Red+Green+Blue) = 88+41+86=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #582956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582956 is #A7D6A9. Grayscale: #3C3C3C. Windows color (decimal): -10999466 or 5646680. OLE color: 5646680.

HSL color Cylindrical-coordinate representation of color #582956: hue angle of 302.55º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582956 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB884186-
CMYK00.530.020.65
HSL302.55º36.43%25.29%-
HSV(B)302.55º53.41%34.51%-
XYZ6.54.339.3-
YUV60.18142.57147.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 86 (33.98% from 255) = 40%
R=40.93%
G=19.07%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88418600.530.020.65302.5536.4325.29
Hex58295603524112f2419
Octal1305112606521014574431
Binary10110001010011010110011010110100000110010111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582956; }

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

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

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

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

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

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

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

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