#5A1463

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

Shades of Palatinate Purple #5A1463

Tints of Palatinate Purple #5A1463

Color information

#5A1463 (or 0x5A1463) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 14 and 63. RGB value is (90,20,99). Sum of RGB (Red+Green+Blue) = 90+20+99=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A1463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1463 is #A5EB9C. Grayscale: #313131. Windows color (decimal): -10873757 or 6493274. OLE color: 6493274.

HSL color Cylindrical-coordinate representation of color #5A1463: hue angle of 293.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1463 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB902099-
CMYK0.090.8000.61
HSL293.16º66.39%23.33%-
HSV(B)293.16º79.8%38.82%-
XYZ6.723.5712.14-
YUV49.94155.69156.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.06%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 99 (39.06% from 255) = 47.37%
R=43.06%
G=9.57%
B=47.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9020990.090.8000.61293.1666.3923.33
Hex5A146395003D1254217
Octal132241431112007544510227
Binary1011010101001100011100110100000111101100100101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,20,99); }

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

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

 a { background-color: rgb(90,20,99); }

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

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

 span { border-color: rgb(90,20,99); }

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