#5A2551

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

Shades of Palatinate Purple #5A2551

Tints of Palatinate Purple #5A2551

Color information

#5A2551 (or 0x5A2551) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 25 and 51. RGB value is (90,37,81). Sum of RGB (Red+Green+Blue) = 90+37+81=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2551 is #A5DAAE. Grayscale: #393939. Windows color (decimal): -10869423 or 5317978. OLE color: 5317978.

HSL color Cylindrical-coordinate representation of color #5A2551: hue angle of 310.19º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A2551 is Cyan = 0, Magento = 0.59, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB903781-
CMYK00.590.10.65
HSL310.19º41.73%24.9%-
HSV(B)310.19º58.89%35.29%-
XYZ6.364.098.24-
YUV57.86141.06150.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.27%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=43.27%
G=17.79%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90378100.590.10.65310.1941.7324.9
Hex5A255103BA411362a19
Octal13245121073121014665231
Binary1011010100101101000101110111010100000110011011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,81); }

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

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

 a { background-color: rgb(90,37,81); }

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

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

 span { border-color: rgb(90,37,81); }

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