#5A1966

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

Shades of Hot Purple #5A1966

Tints of Hot Purple #5A1966

Color information

#5A1966 (or 0x5A1966) is unknown color: approx Hot Purple. HEX triplet: 5A, 19 and 66. RGB value is (90,25,102). Sum of RGB (Red+Green+Blue) = 90+25+102=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #5A1966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1966 is #A5E699. Grayscale: #343434. Windows color (decimal): -10872474 or 6691162. OLE color: 6691162.

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

Color convert

RGB9025102-
CMYK0.120.7500.6
HSL290.65º60.63%24.9%-
HSV(B)290.65º75.49%40%-
XYZ6.963.8312.94-
YUV53.21155.53154.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=41.47%
G=11.52%
B=47.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal90251020.120.7500.6290.6560.6324.9
Hex5A1966C4B03C1233d19
Octal13231146141130744437531
Binary101101011001110011011001001011011110010010001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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