#5A0F61

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

Shades of Palatinate Purple #5A0F61

Tints of Palatinate Purple #5A0F61

Color information

#5A0F61 (or 0x5A0F61) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 0F and 61. RGB value is (90,15,97). Sum of RGB (Red+Green+Blue) = 90+15+97=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A0F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0F61 is #A5F09E. Grayscale: #2E2E2E. Windows color (decimal): -10875039 or 6360922. OLE color: 6360922.

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

Color convert

RGB901597-
CMYK0.070.8500.62
HSL294.88º73.21%21.96%-
HSV(B)294.88º84.54%38.04%-
XYZ6.543.3811.62-
YUV46.77156.35158.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.55%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=44.55%
G=7.43%
B=48.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9015970.070.8500.62294.8873.2121.96
Hex5AF6175503E1274916
Octal13217141712507644711126
Binary10110101111110000111110101010111110100100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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