#5A0954

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

Shades of Palatinate Purple #5A0954

Tints of Palatinate Purple #5A0954

Color information

#5A0954 (or 0x5A0954) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 09 and 54. RGB value is (90,9,84). Sum of RGB (Red+Green+Blue) = 90+9+84=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0954 is #A5F6AB. Grayscale: #292929. Windows color (decimal): -10876588 or 5507418. OLE color: 5507418.

HSL color Cylindrical-coordinate representation of color #5A0954: hue angle of 304.44º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0954 is Cyan = 0, Magento = 0.9, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB90984-
CMYK00.90.070.65
HSL304.44º81.82%19.41%-
HSV(B)304.44º90%35.29%-
XYZ5.913.018.66-
YUV41.77151.84162.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=49.18%
G=4.92%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9098400.90.070.65304.4481.8219.41
Hex5A95405A7411305213
Octal132111240132710146012223
Binary101101010011010100010110101111000001100110000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,9,84); }

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

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

 a { background-color: rgb(90,9,84); }

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

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

 span { border-color: rgb(90,9,84); }

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