#5A174D

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

Shades of Palatinate Purple #5A174D

Tints of Palatinate Purple #5A174D

Color information

#5A174D (or 0x5A174D) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 17 and 4D. RGB value is (90,23,77). Sum of RGB (Red+Green+Blue) = 90+23+77=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A174D is #A5E8B2. Grayscale: #313131. Windows color (decimal): -10873011 or 5052250. OLE color: 5052250.

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

Color convert

RGB902377-
CMYK00.740.140.65
HSL311.64º59.29%22.16%-
HSV(B)311.64º74.44%35.29%-
XYZ5.863.327.35-
YUV49.19143.7157.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.37%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=47.37%
G=12.11%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90237700.740.140.65311.6459.2922.16
Hex5A174D04AE411383b16
Octal132271150112161014707326
Binary1011010101111001101010010101110100000110011100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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