#5A1C51

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

Shades of Palatinate Purple #5A1C51

Tints of Palatinate Purple #5A1C51

Color information

#5A1C51 (or 0x5A1C51) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 1C and 51. RGB value is (90,28,81). Sum of RGB (Red+Green+Blue) = 90+28+81=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1C51 is #A5E3AE. Grayscale: #343434. Windows color (decimal): -10871727 or 5315674. OLE color: 5315674.

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

Color convert

RGB902881-
CMYK00.690.10.65
HSL308.71º52.54%23.14%-
HSV(B)308.71º68.89%35.29%-
XYZ6.123.68.16-
YUV52.58144.04154.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=45.23%
G=14.07%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90288100.690.10.65308.7152.5423.14
Hex5A1C51045A411353517
Octal132341210105121014656527
Binary1011010111001010001010001011010100000110011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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