#5A0E61

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

Shades of Palatinate Purple #5A0E61

Tints of Palatinate Purple #5A0E61

Color information

#5A0E61 (or 0x5A0E61) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 0E and 61. RGB value is (90,14,97). Sum of RGB (Red+Green+Blue) = 90+14+97=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A0E61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0E61 is #A5F19E. Grayscale: #2D2D2D. Windows color (decimal): -10875295 or 6360666. OLE color: 6360666.

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

Color convert

RGB901497-
CMYK0.070.8600.62
HSL294.94º74.77%21.76%-
HSV(B)294.94º85.57%38.04%-
XYZ6.533.3511.61-
YUV46.19156.68159.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.78%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=44.78%
G=6.97%
B=48.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9014970.070.8600.62294.9474.7721.76
Hex5AE6175603E1274b16
Octal13216141712607644711326
Binary10110101110110000111110101100111110100100111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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