#5A1965

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

Shades of Hot Purple #5A1965

Tints of Hot Purple #5A1965

Color information

#5A1965 (or 0x5A1965) is unknown color: approx Hot Purple. HEX triplet: 5A, 19 and 65. RGB value is (90,25,101). Sum of RGB (Red+Green+Blue) = 90+25+101=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A1965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1965 is #A5E69A. Grayscale: #343434. Windows color (decimal): -10872475 or 6625626. OLE color: 6625626.

HSL color Cylindrical-coordinate representation of color #5A1965: hue angle of 291.32º degrees, saturation: 0.6, 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 #5A1965 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9025101-
CMYK0.110.7500.60
HSL291.32º60.32%24.71%-
HSV(B)291.32º75.25%39.61%-
XYZ6.913.8112.68-
YUV53.1155.03154.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.67%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=41.67%
G=11.57%
B=46.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90251010.110.7500.60291.3260.3224.71
Hex5A1965B4B03C1233c19
Octal13231145131130744437431
Binary101101011001110010110111001011011110010010001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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