#5A0760

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

Shades of Palatinate Purple #5A0760

Tints of Palatinate Purple #5A0760

Color information

#5A0760 (or 0x5A0760) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 07 and 60. RGB value is (90,7,96). Sum of RGB (Red+Green+Blue) = 90+7+96=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0760 is #A5F89F. Grayscale: #292929. Windows color (decimal): -10877088 or 6293338. OLE color: 6293338.

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

Color convert

RGB90796-
CMYK0.060.9300.62
HSL295.96º86.41%20.2%-
HSV(B)295.96º92.71%37.65%-
XYZ6.43.1711.34-
YUV41.96158.5162.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=46.63%
G=3.63%
B=49.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal907960.060.9300.62295.9686.4120.2
Hex5A76065D03E1285614
Octal1327140613507645012624
Binary1011010111110000011010111010111110100101000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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