#5A2152

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

Shades of Palatinate Purple #5A2152

Tints of Palatinate Purple #5A2152

Color information

#5A2152 (or 0x5A2152) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 21 and 52. RGB value is (90,33,82). Sum of RGB (Red+Green+Blue) = 90+33+82=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2152 is #A5DEAD. Grayscale: #373737. Windows color (decimal): -10870446 or 5382490. OLE color: 5382490.

HSL color Cylindrical-coordinate representation of color #5A2152: hue angle of 308.42º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2152 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB903382-
CMYK00.630.090.65
HSL308.42º46.34%24.12%-
HSV(B)308.42º63.33%35.29%-
XYZ6.283.878.4-
YUV55.63142.88152.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.90%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 82 (32.42% from 255) = 40%
R=43.90%
G=16.10%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90338200.630.090.65308.4246.3424.12
Hex5A215203F9411342e18
Octal13241122077111014645630
Binary1011010100001101001001111111001100000110011010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,33,82); }

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

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

 a { background-color: rgb(90,33,82); }

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

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

 span { border-color: rgb(90,33,82); }

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