#5A1364

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

Shades of Palatinate Purple #5A1364

Tints of Palatinate Purple #5A1364

Color information

#5A1364 (or 0x5A1364) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 13 and 64. RGB value is (90,19,100). Sum of RGB (Red+Green+Blue) = 90+19+100=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #5A1364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1364 is #A5EC9B. Grayscale: #313131. Windows color (decimal): -10874012 or 6558554. OLE color: 6558554.

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

Color convert

RGB9019100-
CMYK0.100.8100.61
HSL292.59º68.07%23.33%-
HSV(B)292.59º81%39.22%-
XYZ6.753.5612.39-
YUV49.46156.52156.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.06%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 100 (39.45% from 255) = 47.85%
R=43.06%
G=9.09%
B=47.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal90191000.100.8100.61292.5968.0723.33
Hex5A1364A5103D1254417
Octal132231441212107544510427
Binary1011010100111100100101010100010111101100100101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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