#5A164C

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

Shades of Palatinate Purple #5A164C

Tints of Palatinate Purple #5A164C

Color information

#5A164C (or 0x5A164C) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 16 and 4C. RGB value is (90,22,76). Sum of RGB (Red+Green+Blue) = 90+22+76=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A164C is #A5E9B3. Grayscale: #303030. Windows color (decimal): -10873268 or 4986458. OLE color: 4986458.

HSL color Cylindrical-coordinate representation of color #5A164C: hue angle of 312.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A164C is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB902276-
CMYK00.760.160.65
HSL312.35º60.71%21.96%-
HSV(B)312.35º75.56%35.29%-
XYZ5.813.277.16-
YUV48.49143.53157.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.87%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 76 (30.08% from 255) = 40.43%
R=47.87%
G=11.70%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90227600.760.160.65312.3560.7121.96
Hex5A164C04C10411383d16
Octal132261140114201014707526
Binary10110101011010011000100110010000100000110011100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,22,76); }

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

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

 a { background-color: rgb(90,22,76); }

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

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

 span { border-color: rgb(90,22,76); }

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