#4E114D

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

Shades of Hot Purple #4E114D

Tints of Hot Purple #4E114D

Color information

#4E114D (or 0x4E114D) is unknown color: approx Hot Purple. HEX triplet: 4E, 11 and 4D. RGB value is (78,17,77). Sum of RGB (Red+Green+Blue) = 78+17+77=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E114D is #B1EEB2. Grayscale: #292929. Windows color (decimal): -11660979 or 5050702. OLE color: 5050702.

HSL color Cylindrical-coordinate representation of color #4E114D: hue angle of 300.98º 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 #4E114D is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB781777-
CMYK00.780.010.69
HSL300.98º64.21%18.63%-
HSV(B)300.98º78.21%30.59%-
XYZ4.682.567.27-
YUV42.08147.71153.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.35%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=45.35%
G=9.88%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78177700.780.010.69300.9864.2118.63
Hex4E114D04E14512d4013
Octal116211150116110545510023
Binary10011101000110011010100111011000101100101101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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