#5A174F

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

Shades of Palatinate Purple #5A174F

Tints of Palatinate Purple #5A174F

Color information

#5A174F (or 0x5A174F) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 17 and 4F. RGB value is (90,23,79). Sum of RGB (Red+Green+Blue) = 90+23+79=192 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.88% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 90 - color contains mainly: red. Hex color #5A174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A174F is #A5E8B0. Grayscale: #313131. Windows color (decimal): -10873009 or 5183322. OLE color: 5183322.

HSL color Cylindrical-coordinate representation of color #5A174F: hue angle of 309.85º 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 #5A174F is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB902379-
CMYK00.740.120.65
HSL309.85º59.29%22.16%-
HSV(B)309.85º74.44%35.29%-
XYZ5.933.357.73-
YUV49.42144.7156.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.88%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=46.88%
G=11.98%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90237900.740.120.65309.8559.2922.16
Hex5A174F04AC411363b16
Octal132271170112141014667326
Binary1011010101111001111010010101100100000110011011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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