#5A3261

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

Shades of Hot Purple #5A3261

Tints of Hot Purple #5A3261

Color information

#5A3261 (or 0x5A3261) is unknown color: approx Hot Purple. HEX triplet: 5A, 32 and 61. RGB value is (90,50,97). Sum of RGB (Red+Green+Blue) = 90+50+97=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A3261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3261 is #A5CD9E. Grayscale: #434343. Windows color (decimal): -10866079 or 6369882. OLE color: 6369882.

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

Color convert

RGB905097-
CMYK0.070.4800.62
HSL291.06º31.97%28.82%-
HSV(B)291.06º48.45%38.04%-
XYZ7.515.3211.94-
YUV67.32144.75144.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=37.97%
G=21.10%
B=40.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9050970.070.4800.62291.0631.9728.82
Hex5A326173003E123201d
Octal132621417600764434035
Binary10110101100101100001111110000011111010010001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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