#5A165B

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

Shades of Palatinate Purple #5A165B

Tints of Palatinate Purple #5A165B

Color information

#5A165B (or 0x5A165B) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 16 and 5B. RGB value is (90,22,91). Sum of RGB (Red+Green+Blue) = 90+22+91=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A165B is #A5E9A4. Grayscale: #313131. Windows color (decimal): -10873253 or 5969498. OLE color: 5969498.

HSL color Cylindrical-coordinate representation of color #5A165B: hue angle of 299.13º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A165B is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB902291-
CMYK0.010.7600.64
HSL299.13º61.06%22.16%-
HSV(B)299.13º75.82%35.69%-
XYZ6.393.510.24-
YUV50.2151.03156.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.33%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=44.33%
G=10.84%
B=44.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9022910.010.7600.64299.1361.0622.16
Hex5A165B14C04012b3d16
Octal13226133111401004537526
Binary1011010101101011011110011000100000010010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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