#5A0456

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

Shades of Palatinate Purple #5A0456

Tints of Palatinate Purple #5A0456

Color information

#5A0456 (or 0x5A0456) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 04 and 56. RGB value is (90,4,86). Sum of RGB (Red+Green+Blue) = 90+4+86=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0456 is #A5FBA9. Grayscale: #262626. Windows color (decimal): -10877866 or 5637210. OLE color: 5637210.

HSL color Cylindrical-coordinate representation of color #5A0456: hue angle of 302.79º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0456 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB90486-
CMYK00.960.040.65
HSL302.79º91.49%18.43%-
HSV(B)302.79º95.56%35.29%-
XYZ5.942.939.06-
YUV39.06154.49164.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=50%
G=2.22%
B=47.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9048600.960.040.65302.7991.4918.43
Hex5A45606044112f5b12
Octal13241260140410145713322
Binary10110101001010110011000001001000001100101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,4,86); }

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

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

 a { background-color: rgb(90,4,86); }

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

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

 span { border-color: rgb(90,4,86); }

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