#5A1654

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

Shades of Palatinate Purple #5A1654

Tints of Palatinate Purple #5A1654

Color information

#5A1654 (or 0x5A1654) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 16 and 54. RGB value is (90,22,84). Sum of RGB (Red+Green+Blue) = 90+22+84=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1654 is #A5E9AB. Grayscale: #313131. Windows color (decimal): -10873260 or 5510746. OLE color: 5510746.

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

Color convert

RGB902284-
CMYK00.760.070.65
HSL305.29º60.71%21.96%-
HSV(B)305.29º75.56%35.29%-
XYZ6.13.398.72-
YUV49.4147.53156.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.92%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=45.92%
G=11.22%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90228400.760.070.65305.2960.7121.96
Hex5A165404C7411313d16
Octal13226124011471014617526
Binary101101010110101010001001100111100000110011000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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