#5E224E

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

Shades of Palatinate Purple #5E224E

Tints of Palatinate Purple #5E224E

Color information

#5E224E (or 0x5E224E) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 22 and 4E. RGB value is (94,34,78). Sum of RGB (Red+Green+Blue) = 94+34+78=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E224E is #A1DDB1. Grayscale: #383838. Windows color (decimal): -10608050 or 5120606. OLE color: 5120606.

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

Color convert

RGB943478-
CMYK00.640.170.63
HSL316º46.88%25.1%-
HSV(B)316º63.83%36.86%-
XYZ6.564.077.65-
YUV56.96139.88154.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.63%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=45.63%
G=16.50%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94347800.640.170.6331646.8825.1
Hex5E224E040113F13c2f19
Octal13642116010021774745731
Binary10111101000101001110010000001000111111110011110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,34,78); }

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

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

 a { background-color: rgb(94,34,78); }

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

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

 span { border-color: rgb(94,34,78); }

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