#5E355B

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

Shades of Palatinate Purple #5E355B

Tints of Palatinate Purple #5E355B

Color information

#5E355B (or 0x5E355B) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 35 and 5B. RGB value is (94,53,91). Sum of RGB (Red+Green+Blue) = 94+53+91=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 94 - color contains mainly: red. Hex color #5E355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E355B is #A1CAA4. Grayscale: #454545. Windows color (decimal): -10603173 or 5977438. OLE color: 5977438.

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

Color convert

RGB945391-
CMYK00.440.030.63
HSL304.39º27.89%28.82%-
HSV(B)304.39º43.62%36.86%-
XYZ7.785.6810.58-
YUV69.59140.08145.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.50%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=39.50%
G=22.27%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94539100.440.030.63304.3927.8928.82
Hex5E355B02C33F1301c1d
Octal136651330543774603435
Binary101111011010110110110101100111111111001100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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