#5E234F

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

Shades of Palatinate Purple #5E234F

Tints of Palatinate Purple #5E234F

Color information

#5E234F (or 0x5E234F) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 23 and 4F. RGB value is (94,35,79). Sum of RGB (Red+Green+Blue) = 94+35+79=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E234F is #A1DCB0. Grayscale: #393939. Windows color (decimal): -10607793 or 5186398. OLE color: 5186398.

HSL color Cylindrical-coordinate representation of color #5E234F: hue angle of 315.25º 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 #5E234F is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB943579-
CMYK00.630.160.63
HSL315.25º45.74%25.29%-
HSV(B)315.25º62.77%36.86%-
XYZ6.634.157.85-
YUV57.66140.05153.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=45.19%
G=16.83%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94357900.630.160.63315.2545.7425.29
Hex5E234F03F103F13b2e19
Octal1364311707720774735631
Binary1011110100011100111101111111000011111110011101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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