#5A3461

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

Shades of Hot Purple #5A3461

Tints of Hot Purple #5A3461

Color information

#5A3461 (or 0x5A3461) is unknown color: approx Hot Purple. HEX triplet: 5A, 34 and 61. RGB value is (90,52,97). Sum of RGB (Red+Green+Blue) = 90+52+97=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A3461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3461 is #A5CB9E. Grayscale: #444444. Windows color (decimal): -10865567 or 6370394. OLE color: 6370394.

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

Color convert

RGB905297-
CMYK0.070.4600.62
HSL290.67º30.2%29.22%-
HSV(B)290.67º46.39%38.04%-
XYZ7.65.4911.97-
YUV68.49144.09143.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=37.66%
G=21.76%
B=40.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9052970.070.4600.62290.6730.229.22
Hex5A346172E03E1231e1d
Octal132641417560764433635
Binary1011010110100110000111110111001111101001000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,52,97); }

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

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

 a { background-color: rgb(90,52,97); }

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

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

 span { border-color: rgb(90,52,97); }

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