#5E144F

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

Shades of Palatinate Purple #5E144F

Tints of Palatinate Purple #5E144F

Color information

#5E144F (or 0x5E144F) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 14 and 4F. RGB value is (94,20,79). Sum of RGB (Red+Green+Blue) = 94+20+79=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E144F is #A1EBB0. Grayscale: #303030. Windows color (decimal): -10611633 or 5182558. OLE color: 5182558.

HSL color Cylindrical-coordinate representation of color #5E144F: hue angle of 312.16º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E144F is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB942079-
CMYK00.790.160.63
HSL312.16º64.91%22.35%-
HSV(B)312.16º78.72%36.86%-
XYZ6.283.447.73-
YUV48.85145.02160.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 48.70%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=48.70%
G=10.36%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94207900.790.160.63312.1664.9122.35
Hex5E144F04F103F1384116
Octal136241170117207747010126
Binary10111101010010011110100111110000111111100111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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