#5A1754

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

Shades of Palatinate Purple #5A1754

Tints of Palatinate Purple #5A1754

Color information

#5A1754 (or 0x5A1754) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 17 and 54. RGB value is (90,23,84). Sum of RGB (Red+Green+Blue) = 90+23+84=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1754 is #A5E8AB. Grayscale: #313131. Windows color (decimal): -10873004 or 5511002. OLE color: 5511002.

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

Color convert

RGB902384-
CMYK00.740.070.65
HSL305.37º59.29%22.16%-
HSV(B)305.37º74.44%35.29%-
XYZ6.123.438.73-
YUV49.99147.2156.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=45.69%
G=11.68%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90238400.740.070.65305.3759.2922.16
Hex5A175404A7411313b16
Octal13227124011271014617326
Binary101101010111101010001001010111100000110011000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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