#5A3162

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

Shades of Hot Purple #5A3162

Tints of Hot Purple #5A3162

Color information

#5A3162 (or 0x5A3162) is unknown color: approx Hot Purple. HEX triplet: 5A, 31 and 62. RGB value is (90,49,98). Sum of RGB (Red+Green+Blue) = 90+49+98=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #5A3162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3162 is #A5CE9D. Grayscale: #424242. Windows color (decimal): -10866334 or 6435162. OLE color: 6435162.

HSL color Cylindrical-coordinate representation of color #5A3162: hue angle of 290.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A3162 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB904998-
CMYK0.080.500.62
HSL290.2º33.33%28.82%-
HSV(B)290.2º50%38.43%-
XYZ7.525.2512.17-
YUV66.84145.58144.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=37.97%
G=20.68%
B=41.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9049980.080.500.62290.233.3328.82
Hex5A316283203E122211d
Octal1326114210620764424135
Binary101101011000111000101000110010011111010010001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,49,98); }

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

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

 a { background-color: rgb(90,49,98); }

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

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

 span { border-color: rgb(90,49,98); }

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