#5A165E

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

Shades of Palatinate Purple #5A165E

Tints of Palatinate Purple #5A165E

Color information

#5A165E (or 0x5A165E) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 16 and 5E. RGB value is (90,22,94). Sum of RGB (Red+Green+Blue) = 90+22+94=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A165E is #A5E9A1. Grayscale: #323232. Windows color (decimal): -10873250 or 6166106. OLE color: 6166106.

HSL color Cylindrical-coordinate representation of color #5A165E: hue angle of 296.67º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A165E is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB902294-
CMYK0.040.7700.63
HSL296.67º62.07%22.75%-
HSV(B)296.67º76.6%36.86%-
XYZ6.523.5610.93-
YUV50.54152.53156.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.69%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=43.69%
G=10.68%
B=45.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9022940.040.7700.63296.6762.0722.75
Hex5A165E44D03F1293e17
Octal1322613641150774517627
Binary10110101011010111101001001101011111110010100111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,22,94); }

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

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

 a { background-color: rgb(90,22,94); }

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

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

 span { border-color: rgb(90,22,94); }

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