#5A1168

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

Shades of Palatinate Purple #5A1168

Tints of Palatinate Purple #5A1168

Color information

#5A1168 (or 0x5A1168) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 11 and 68. RGB value is (90,17,104). Sum of RGB (Red+Green+Blue) = 90+17+104=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A1168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1168 is #A5EE97. Grayscale: #303030. Windows color (decimal): -10874520 or 6820186. OLE color: 6820186.

HSL color Cylindrical-coordinate representation of color #5A1168: hue angle of 290.34º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1168 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9017104-
CMYK0.130.8400.59
HSL290.34º71.9%23.73%-
HSV(B)290.34º83.65%40.78%-
XYZ6.923.5713.42-
YUV48.74159.18157.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=42.65%
G=8.06%
B=49.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90171040.130.8400.59290.3471.923.73
Hex5A1168D5403B1224818
Octal132211501512407344211030
Binary1011010100011101000110110101000111011100100010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,17,104); }

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

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

 a { background-color: rgb(90,17,104); }

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

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

 span { border-color: rgb(90,17,104); }

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