#582856

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

Shades of Hot Purple #582856

Tints of Hot Purple #582856

Color information

#582856 (or 0x582856) is unknown color: approx Hot Purple. HEX triplet: 58, 28 and 56. RGB value is (88,40,86). Sum of RGB (Red+Green+Blue) = 88+40+86=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #582856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582856 is #A7D7A9. Grayscale: #3B3B3B. Windows color (decimal): -10999722 or 5646424. OLE color: 5646424.

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

Color convert

RGB884086-
CMYK00.550.020.65
HSL302.5º37.5%25.1%-
HSV(B)302.5º54.55%34.51%-
XYZ6.464.269.29-
YUV59.6142.9148.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=41.12%
G=18.69%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88408600.550.020.65302.537.525.1
Hex58285603724112e2619
Octal1305012606721014564631
Binary10110001010001010110011011110100000110010111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582856; }

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

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

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

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

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

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

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

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