#5A325B

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

Shades of Hot Purple #5A325B

Tints of Hot Purple #5A325B

Color information

#5A325B (or 0x5A325B) is unknown color: approx Hot Purple. HEX triplet: 5A, 32 and 5B. RGB value is (90,50,91). Sum of RGB (Red+Green+Blue) = 90+50+91=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A325B is #A5CDA4. Grayscale: #424242. Windows color (decimal): -10866085 or 5976666. OLE color: 5976666.

HSL color Cylindrical-coordinate representation of color #5A325B: hue angle of 298.54º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A325B is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB905091-
CMYK0.010.4500.64
HSL298.54º29.08%27.65%-
HSV(B)298.54º45.05%35.69%-
XYZ7.255.2110.52-
YUV66.63141.75144.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.96%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=38.96%
G=21.65%
B=39.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9050910.010.4500.64298.5429.0827.65
Hex5A325B12D04012b1d1c
Octal1326213315501004533534
Binary101101011001010110111101101010000001001010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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