#5E235D

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

Shades of Palatinate Purple #5E235D

Tints of Palatinate Purple #5E235D

Color information

#5E235D (or 0x5E235D) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 23 and 5D. RGB value is (94,35,93). Sum of RGB (Red+Green+Blue) = 94+35+93=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 94 - color contains mainly: red. Hex color #5E235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E235D is #A1DCA2. Grayscale: #3B3B3B. Windows color (decimal): -10607779 or 6103902. OLE color: 6103902.

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

Color convert

RGB943593-
CMYK00.630.010.63
HSL301.02º45.74%25.29%-
HSV(B)301.02º62.77%36.86%-
XYZ7.194.3710.82-
YUV59.25147.05152.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.34%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=42.34%
G=15.77%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94359300.630.010.63301.0245.7425.29
Hex5E235D03F13F12d2e19
Octal136431350771774555631
Binary101111010001110111010111111111111110010110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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