#5A1752

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

Shades of Palatinate Purple #5A1752

Tints of Palatinate Purple #5A1752

Color information

#5A1752 (or 0x5A1752) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 17 and 52. RGB value is (90,23,82). Sum of RGB (Red+Green+Blue) = 90+23+82=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1752 is #A5E8AD. Grayscale: #313131. Windows color (decimal): -10873006 or 5379930. OLE color: 5379930.

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

Color convert

RGB902382-
CMYK00.740.090.65
HSL307.16º59.29%22.16%-
HSV(B)307.16º74.44%35.29%-
XYZ6.053.48.32-
YUV49.76146.2156.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=46.15%
G=11.79%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90238200.740.090.65307.1659.2922.16
Hex5A175204A9411333b16
Octal132271220112111014637326
Binary1011010101111010010010010101001100000110011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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