#5E055D

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

Shades of Palatinate Purple #5E055D

Tints of Palatinate Purple #5E055D

Color information

#5E055D (or 0x5E055D) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 05 and 5D. RGB value is (94,5,93). Sum of RGB (Red+Green+Blue) = 94+5+93=192 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.96% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 94 - color contains mainly: red. Hex color #5E055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E055D is #A1FAA2. Grayscale: #292929. Windows color (decimal): -10615459 or 6096222. OLE color: 6096222.

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

Color convert

RGB94593-
CMYK00.950.010.63
HSL300.67º89.9%19.41%-
HSV(B)300.67º94.68%36.86%-
XYZ6.653.2810.64-
YUV41.64156.99165.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.96%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=48.96%
G=2.60%
B=48.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9459300.950.010.63300.6789.919.41
Hex5E55D05F13F12d5a13
Octal1365135013717745513223
Binary10111101011011101010111111111111100101101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,5,93); }

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

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

 a { background-color: rgb(94,5,93); }

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

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

 span { border-color: rgb(94,5,93); }

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