#5E025D

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

Shades of Palatinate Purple #5E025D

Tints of Palatinate Purple #5E025D

Color information

#5E025D (or 0x5E025D) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 02 and 5D. RGB value is (94,2,93). Sum of RGB (Red+Green+Blue) = 94+2+93=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E025D is #A1FDA2. Grayscale: #272727. Windows color (decimal): -10616227 or 6095454. OLE color: 6095454.

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

Color convert

RGB94293-
CMYK00.980.010.63
HSL300.65º95.83%18.82%-
HSV(B)300.65º97.87%36.86%-
XYZ6.613.2110.63-
YUV39.88157.98166.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.74%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=49.74%
G=1.06%
B=49.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9429300.980.010.63300.6595.8318.82
Hex5E25D06213F12d6013
Octal1362135014217745514023
Binary1011110101011101011000101111111100101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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