#583460

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

Shades of Hot Purple #583460

Tints of Hot Purple #583460

Color information

#583460 (or 0x583460) is unknown color: approx Hot Purple. HEX triplet: 58, 34 and 60. RGB value is (88,52,96). Sum of RGB (Red+Green+Blue) = 88+52+96=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #583460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583460 is #A7CB9F. Grayscale: #434343. Windows color (decimal): -10996640 or 6304856. OLE color: 6304856.

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

Color convert

RGB885296-
CMYK0.080.4600.62
HSL289.09º29.73%29.02%-
HSV(B)289.09º45.83%37.65%-
XYZ7.365.3811.72-
YUV67.78143.93142.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=37.29%
G=22.03%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8852960.080.4600.62289.0929.7329.02
Hex58346082E03E1211e1d
Octal1306414010560764413635
Binary10110001101001100000100010111001111101001000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583460; }

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

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

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

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

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

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

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

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