#5A1E60

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

Shades of Hot Purple #5A1E60

Tints of Hot Purple #5A1E60

Color information

#5A1E60 (or 0x5A1E60) is unknown color: approx Hot Purple. HEX triplet: 5A, 1E and 60. RGB value is (90,30,96). Sum of RGB (Red+Green+Blue) = 90+30+96=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A1E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1E60 is #A5E19F. Grayscale: #373737. Windows color (decimal): -10871200 or 6299226. OLE color: 6299226.

HSL color Cylindrical-coordinate representation of color #5A1E60: hue angle of 294.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A1E60 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB903096-
CMYK0.060.6900.62
HSL294.55º52.38%24.71%-
HSV(B)294.55º68.75%37.65%-
XYZ6.793.9511.47-
YUV55.46150.88152.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.67%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=41.67%
G=13.89%
B=44.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9030960.060.6900.62294.5552.3824.71
Hex5A1E6064503E1273419
Octal1323614061050764476431
Binary10110101111011000001101000101011111010010011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A1E60; }

 p { color: rgb(90,30,96); }

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

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

 a { background-color: rgb(90,30,96); }

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

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

 span { border-color: rgb(90,30,96); }

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