#5A0F60

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

Shades of Palatinate Purple #5A0F60

Tints of Palatinate Purple #5A0F60

Color information

#5A0F60 (or 0x5A0F60) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 0F and 60. RGB value is (90,15,96). Sum of RGB (Red+Green+Blue) = 90+15+96=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0F60 is #A5F09F. Grayscale: #2E2E2E. Windows color (decimal): -10875040 or 6295386. OLE color: 6295386.

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

Color convert

RGB901596-
CMYK0.060.8400.62
HSL295.56º72.97%21.76%-
HSV(B)295.56º84.38%37.65%-
XYZ6.53.3611.37-
YUV46.66155.85158.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.78%
GREEN value IS 15 (6.25% from 255) = 7.46%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=44.78%
G=7.46%
B=47.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9015960.060.8400.62295.5672.9721.76
Hex5AF6065403E1284916
Octal13217140612407645011126
Binary10110101111110000011010101000111110100101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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