#5A1D50

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

Shades of Palatinate Purple #5A1D50

Tints of Palatinate Purple #5A1D50

Color information

#5A1D50 (or 0x5A1D50) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 1D and 50. RGB value is (90,29,80). Sum of RGB (Red+Green+Blue) = 90+29+80=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1D50 is #A5E2AF. Grayscale: #343434. Windows color (decimal): -10871472 or 5250394. OLE color: 5250394.

HSL color Cylindrical-coordinate representation of color #5A1D50: hue angle of 309.84º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A1D50 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB902980-
CMYK00.680.110.65
HSL309.84º51.26%23.33%-
HSV(B)309.84º67.78%35.29%-
XYZ6.13.637.97-
YUV53.05143.21154.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=45.23%
G=14.57%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90298000.680.110.65309.8451.2623.33
Hex5A1D50044B411363317
Octal132351200104131014666327
Binary1011010111011010000010001001011100000110011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,29,80); }

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

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

 a { background-color: rgb(90,29,80); }

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

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

 span { border-color: rgb(90,29,80); }

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