#5A0459

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

Shades of Palatinate Purple #5A0459

Tints of Palatinate Purple #5A0459

Color information

#5A0459 (or 0x5A0459) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 04 and 59. RGB value is (90,4,89). Sum of RGB (Red+Green+Blue) = 90+4+89=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0459 is #A5FBA6. Grayscale: #272727. Windows color (decimal): -10877863 or 5833818. OLE color: 5833818.

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

Color convert

RGB90489-
CMYK00.960.010.65
HSL300.7º91.49%18.43%-
HSV(B)300.7º95.56%35.29%-
XYZ6.062.989.71-
YUV39.4155.99164.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=49.18%
G=2.19%
B=48.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9048900.960.010.65300.791.4918.43
Hex5A45906014112d5b12
Octal13241310140110145513322
Binary101101010010110010110000011000001100101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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