#5E0463

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

Shades of Palatinate Purple #5E0463

Tints of Palatinate Purple #5E0463

Color information

#5E0463 (or 0x5E0463) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 04 and 63. RGB value is (94,4,99). Sum of RGB (Red+Green+Blue) = 94+4+99=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E0463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0463 is #A1FB9C. Grayscale: #292929. Windows color (decimal): -10615709 or 6489182. OLE color: 6489182.

HSL color Cylindrical-coordinate representation of color #5E0463: hue angle of 296.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0463 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB94499-
CMYK0.050.9600.61
HSL296.84º92.23%20.2%-
HSV(B)296.84º95.96%38.82%-
XYZ6.913.3712.09-
YUV41.74160.32165.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.72%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=47.72%
G=2.03%
B=50.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal944990.050.9600.61296.8492.2320.2
Hex5E46356003D1295c14
Octal1364143514007545113424
Binary1011110100110001110111000000111101100101001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,4,99); }

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

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

 a { background-color: rgb(94,4,99); }

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

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

 span { border-color: rgb(94,4,99); }

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