#5E365D

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

Shades of Palatinate Purple #5E365D

Tints of Palatinate Purple #5E365D

Color information

#5E365D (or 0x5E365D) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 36 and 5D. RGB value is (94,54,93). Sum of RGB (Red+Green+Blue) = 94+54+93=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 94 - color contains mainly: red. Hex color #5E365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E365D is #A1C9A2. Grayscale: #464646. Windows color (decimal): -10602915 or 6108766. OLE color: 6108766.

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

Color convert

RGB945493-
CMYK00.430.010.63
HSL301.5º27.03%29.02%-
HSV(B)301.5º42.55%36.86%-
XYZ7.915.8111.06-
YUV70.41140.75144.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=39.00%
G=22.41%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94549300.430.010.63301.527.0329.02
Hex5E365D02B13F12e1b1d
Octal136661350531774563335
Binary10111101101101011101010101111111111001011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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