#4E114C

Color #4E114C Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4E114C

Tints of Hot Purple #4E114C

Color information

#4E114C (or 0x4E114C) is unknown color: approx Hot Purple. HEX triplet: 4E, 11 and 4C. RGB value is (78,17,76). Sum of RGB (Red+Green+Blue) = 78+17+76=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E114C is #B1EEB3. Grayscale: #292929. Windows color (decimal): -11660980 or 4985166. OLE color: 4985166.

HSL color Cylindrical-coordinate representation of color #4E114C: hue angle of 301.97º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E114C is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB781776-
CMYK00.780.030.69
HSL301.97º64.21%18.63%-
HSV(B)301.97º78.21%30.59%-
XYZ4.652.547.08-
YUV41.96147.21153.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.61%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 76 (30.08% from 255) = 44.44%
R=45.61%
G=9.94%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78177600.780.030.69301.9764.2118.63
Hex4E114C04E34512e4013
Octal116211140116310545610023
Binary100111010001100110001001110111000101100101110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E114C; }

 p { color: rgb(78,17,76); }

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

<style>
 a { background-color: #4E114C; }

 a { background-color: rgb(78,17,76); }

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

<style>
 span { border-color: #4E114C; }

 span { border-color: rgb(78,17,76); }

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