#5A0960

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

Shades of Palatinate Purple #5A0960

Tints of Palatinate Purple #5A0960

Color information

#5A0960 (or 0x5A0960) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 09 and 60. RGB value is (90,9,96). Sum of RGB (Red+Green+Blue) = 90+9+96=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0960 is #A5F69F. Grayscale: #2A2A2A. Windows color (decimal): -10876576 or 6293850. OLE color: 6293850.

HSL color Cylindrical-coordinate representation of color #5A0960: hue angle of 295.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0960 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB90996-
CMYK0.060.9100.62
HSL295.86º82.86%20.59%-
HSV(B)295.86º90.62%37.65%-
XYZ6.433.2111.35-
YUV43.14157.84161.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.15%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=46.15%
G=4.62%
B=49.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal909960.060.9100.62295.8682.8620.59
Hex5A96065B03E1285315
Octal13211140613307645012325
Binary10110101001110000011010110110111110100101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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