#583060

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

Shades of Hot Purple #583060

Tints of Hot Purple #583060

Color information

#583060 (or 0x583060) is unknown color: approx Hot Purple. HEX triplet: 58, 30 and 60. RGB value is (88,48,96). Sum of RGB (Red+Green+Blue) = 88+48+96=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #583060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583060 is #A7CF9F. Grayscale: #414141. Windows color (decimal): -10997664 or 6303832. OLE color: 6303832.

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

Color convert

RGB884896-
CMYK0.080.5000.62
HSL290º33.33%28.24%-
HSV(B)290º50%37.65%-
XYZ7.195.0311.66-
YUV65.43145.25144.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=37.93%
G=20.69%
B=41.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8848960.080.5000.6229033.3328.24
Hex58306083203E122211c
Octal1306014010620764424134
Binary101100011000011000001000110010011111010010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583060; }

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

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

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

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

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

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

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

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