#5E015A

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

Shades of Palatinate Purple #5E015A

Tints of Palatinate Purple #5E015A

Color information

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

HSL color Cylindrical-coordinate representation of color #5E015A: hue angle of 302.58º 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 #5E015A is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB94190-
CMYK00.990.040.63
HSL302.58º97.89%18.63%-
HSV(B)302.58º98.94%36.86%-
XYZ6.473.149.94-
YUV38.95156.81167.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9419000.990.040.63302.5897.8918.63
Hex5E15A06343F12f6213
Octal1361132014347745714223
Binary10111101101101001100011100111111100101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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