#5A015E

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

Shades of Palatinate Purple #5A015E

Tints of Palatinate Purple #5A015E

Color information

#5A015E (or 0x5A015E) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 01 and 5E. RGB value is (90,1,94). Sum of RGB (Red+Green+Blue) = 90+1+94=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A015E is #A5FEA1. Grayscale: #252525. Windows color (decimal): -10878626 or 6160730. OLE color: 6160730.

HSL color Cylindrical-coordinate representation of color #5A015E: hue angle of 297.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A015E is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB90194-
CMYK0.040.9900.63
HSL297.42º97.89%18.63%-
HSV(B)297.42º98.94%36.86%-
XYZ6.25310.84-
YUV38.21159.49164.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.65%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=48.65%
G=0.54%
B=50.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal901940.040.9900.63297.4297.8918.63
Hex5A15E46303F1296213
Octal1321136414307745114223
Binary10110101101111010011000110111111100101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,1,94); }

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

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

 a { background-color: rgb(90,1,94); }

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

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

 span { border-color: rgb(90,1,94); }

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