#5E345B

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

Shades of Palatinate Purple #5E345B

Tints of Palatinate Purple #5E345B

Color information

#5E345B (or 0x5E345B) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 34 and 5B. RGB value is (94,52,91). Sum of RGB (Red+Green+Blue) = 94+52+91=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 94 - color contains mainly: red. Hex color #5E345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E345B is #A1CBA4. Grayscale: #444444. Windows color (decimal): -10603429 or 5977182. OLE color: 5977182.

HSL color Cylindrical-coordinate representation of color #5E345B: hue angle of 304.29º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E345B is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB945291-
CMYK00.450.030.63
HSL304.29º28.77%28.63%-
HSV(B)304.29º44.68%36.86%-
XYZ7.735.5910.57-
YUV69140.41145.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.66%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=39.66%
G=21.94%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94529100.450.030.63304.2928.7728.63
Hex5E345B02D33F1301d1d
Octal136641330553774603535
Binary101111011010010110110101101111111111001100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,91); }

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

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

 a { background-color: rgb(94,52,91); }

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

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

 span { border-color: rgb(94,52,91); }

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