#5A0A63

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

Shades of Palatinate Purple #5A0A63

Tints of Palatinate Purple #5A0A63

Color information

#5A0A63 (or 0x5A0A63) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 0A and 63. RGB value is (90,10,99). Sum of RGB (Red+Green+Blue) = 90+10+99=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A0A63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0A63 is #A5F59C. Grayscale: #2B2B2B. Windows color (decimal): -10876317 or 6490714. OLE color: 6490714.

HSL color Cylindrical-coordinate representation of color #5A0A63: hue angle of 293.93º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0A63 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB901099-
CMYK0.090.9000.61
HSL293.93º81.65%21.37%-
HSV(B)293.93º89.9%38.82%-
XYZ6.583.2912.09-
YUV44.07159160.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 10 (4.30% from 255) = 5.03%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=45.23%
G=5.03%
B=49.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9010990.090.9000.61293.9381.6521.37
Hex5AA6395A03D1265215
Octal132121431113207544612225
Binary101101010101100011100110110100111101100100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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