#5E2958

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

Shades of Palatinate Purple #5E2958

Tints of Palatinate Purple #5E2958

Color information

#5E2958 (or 0x5E2958) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 29 and 58. RGB value is (94,41,88). Sum of RGB (Red+Green+Blue) = 94+41+88=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2958 is #A1D6A7. Grayscale: #3E3E3E. Windows color (decimal): -10606248 or 5777758. OLE color: 5777758.

HSL color Cylindrical-coordinate representation of color #5E2958: hue angle of 306.79º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E2958 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB944188-
CMYK00.560.060.63
HSL306.79º39.26%26.47%-
HSV(B)306.79º56.38%36.86%-
XYZ7.174.679.76-
YUV62.2142.56150.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.15%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=42.15%
G=18.39%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94418800.560.060.63306.7939.2626.47
Hex5E295803863F133271a
Octal136511300706774634732
Binary10111101010011011000011100011011111110011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,41,88); }

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

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

 a { background-color: rgb(94,41,88); }

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

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

 span { border-color: rgb(94,41,88); }

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