#583155

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

Shades of Hot Purple #583155

Tints of Hot Purple #583155

Color information

#583155 (or 0x583155) is unknown color: approx Hot Purple. HEX triplet: 58, 31 and 55. RGB value is (88,49,85). Sum of RGB (Red+Green+Blue) = 88+49+85=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #583155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583155 is #A7CEAA. Grayscale: #404040. Windows color (decimal): -10997419 or 5583192. OLE color: 5583192.

HSL color Cylindrical-coordinate representation of color #583155: hue angle of 304.62º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #583155 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB884985-
CMYK00.440.030.65
HSL304.62º28.47%26.86%-
HSV(B)304.62º44.32%34.51%-
XYZ6.764.939.19-
YUV64.76139.42144.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=39.64%
G=22.07%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88498500.440.030.65304.6228.4726.86
Hex58315502C3411311c1b
Octal1306112505431014613433
Binary1011000110001101010101011001110000011001100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583155; }

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

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

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

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

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

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

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

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