#5A015D

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

Shades of Palatinate Purple #5A015D

Tints of Palatinate Purple #5A015D

Color information

#5A015D (or 0x5A015D) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 01 and 5D. RGB value is (90,1,93). Sum of RGB (Red+Green+Blue) = 90+1+93=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A015D is #A5FEA2. Grayscale: #252525. Windows color (decimal): -10878627 or 6095194. OLE color: 6095194.

HSL color Cylindrical-coordinate representation of color #5A015D: hue angle of 298.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A015D is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB90193-
CMYK0.030.9900.64
HSL298.04º97.87%18.43%-
HSV(B)298.04º98.92%36.47%-
XYZ6.22.9910.61-
YUV38.1158.99165.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.91%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=48.91%
G=0.54%
B=50.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal901930.030.9900.64298.0497.8718.43
Hex5A15D36304012a6212
Octal13211353143010045214222
Binary10110101101110111110001101000000100101010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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