#5A1064

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

Shades of Palatinate Purple #5A1064

Tints of Palatinate Purple #5A1064

Color information

#5A1064 (or 0x5A1064) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 10 and 64. RGB value is (90,16,100). Sum of RGB (Red+Green+Blue) = 90+16+100=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #5A1064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1064 is #A5EF9B. Grayscale: #2F2F2F. Windows color (decimal): -10874780 or 6557786. OLE color: 6557786.

HSL color Cylindrical-coordinate representation of color #5A1064: hue angle of 292.86º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1064 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9016100-
CMYK0.100.8400.61
HSL292.86º72.41%22.75%-
HSV(B)292.86º84%39.22%-
XYZ6.73.4612.37-
YUV47.7157.52158.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.69%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 100 (39.45% from 255) = 48.54%
R=43.69%
G=7.77%
B=48.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal90161000.100.8400.61292.8672.4122.75
Hex5A1064A5403D1254817
Octal132201441212407544511027
Binary1011010100001100100101010101000111101100100101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,16,100); }

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

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

 a { background-color: rgb(90,16,100); }

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

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

 span { border-color: rgb(90,16,100); }

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