#5A1963

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

Shades of Hot Purple #5A1963

Tints of Hot Purple #5A1963

Color information

#5A1963 (or 0x5A1963) is unknown color: approx Hot Purple. HEX triplet: 5A, 19 and 63. RGB value is (90,25,99). Sum of RGB (Red+Green+Blue) = 90+25+99=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A1963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1963 is #A5E69C. Grayscale: #343434. Windows color (decimal): -10872477 or 6494554. OLE color: 6494554.

HSL color Cylindrical-coordinate representation of color #5A1963: hue angle of 292.7º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A1963 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB902599-
CMYK0.090.7500.61
HSL292.7º59.68%24.31%-
HSV(B)292.7º74.75%38.82%-
XYZ6.823.7712.17-
YUV52.87154.03154.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.06%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=42.06%
G=11.68%
B=46.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9025990.090.7500.61292.759.6824.31
Hex5A196394B03D1253c18
Octal13231143111130754457430
Binary101101011001110001110011001011011110110010010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,99); }

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

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

 a { background-color: rgb(90,25,99); }

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

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

 span { border-color: rgb(90,25,99); }

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