#583160

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

Shades of Hot Purple #583160

Tints of Hot Purple #583160

Color information

#583160 (or 0x583160) is unknown color: approx Hot Purple. HEX triplet: 58, 31 and 60. RGB value is (88,49,96). Sum of RGB (Red+Green+Blue) = 88+49+96=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #583160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583160 is #A7CE9F. Grayscale: #414141. Windows color (decimal): -10997408 or 6304088. OLE color: 6304088.

HSL color Cylindrical-coordinate representation of color #583160: hue angle of 289.79º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #583160 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB884996-
CMYK0.080.4900.62
HSL289.79º32.41%28.43%-
HSV(B)289.79º48.96%37.65%-
XYZ7.235.1211.67-
YUV66.02144.92143.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=37.77%
G=21.03%
B=41.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8849960.080.4900.62289.7932.4128.43
Hex58316083103E122201c
Octal1306114010610764424034
Binary101100011000111000001000110001011111010010001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583160; }

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

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

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

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

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

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

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

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