#582E55

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

Shades of Hot Purple #582E55

Tints of Hot Purple #582E55

Color information

#582E55 (or 0x582E55) is unknown color: approx Hot Purple. HEX triplet: 58, 2E and 55. RGB value is (88,46,85). Sum of RGB (Red+Green+Blue) = 88+46+85=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #582E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E55 is #A7D1AA. Grayscale: #3E3E3E. Windows color (decimal): -10998187 or 5582424. OLE color: 5582424.

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

Color convert

RGB884685-
CMYK00.480.030.65
HSL304.29º31.34%26.27%-
HSV(B)304.29º47.73%34.51%-
XYZ6.644.689.15-
YUV63140.41145.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=40.18%
G=21.00%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88468500.480.030.65304.2931.3426.27
Hex582E550303411301f1a
Octal1305612506031014603732
Binary1011000101110101010101100001110000011001100001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,46,85); }

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

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

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

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

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

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

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