#5A3960

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

Shades of Hot Purple #5A3960

Tints of Hot Purple #5A3960

Color information

#5A3960 (or 0x5A3960) is unknown color: approx Hot Purple. HEX triplet: 5A, 39 and 60. RGB value is (90,57,96). Sum of RGB (Red+Green+Blue) = 90+57+96=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A3960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3960 is #A5C69F. Grayscale: #474747. Windows color (decimal): -10864288 or 6306138. OLE color: 6306138.

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

Color convert

RGB905796-
CMYK0.060.4100.62
HSL290.77º25.49%30%-
HSV(B)290.77º40.62%37.65%-
XYZ7.795.9411.8-
YUV71.31141.93141.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=37.04%
G=23.46%
B=39.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9057960.060.4100.62290.7725.4930
Hex5A396062903E123191e
Octal132711406510764433136
Binary1011010111001110000011010100101111101001000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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