#4E0E49

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

Shades of Hot Purple #4E0E49

Tints of Hot Purple #4E0E49

Color information

#4E0E49 (or 0x4E0E49) is unknown color: approx Hot Purple. HEX triplet: 4E, 0E and 49. RGB value is (78,14,73). Sum of RGB (Red+Green+Blue) = 78+14+73=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0E49 is #B1F1B6. Grayscale: #272727. Windows color (decimal): -11661751 or 4787790. OLE color: 4787790.

HSL color Cylindrical-coordinate representation of color #4E0E49: hue angle of 304.69º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E0E49 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB781473-
CMYK00.820.060.69
HSL304.69º69.57%18.04%-
HSV(B)304.69º82.05%30.59%-
XYZ4.52.416.53-
YUV39.86146.7155.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 14 (5.86% from 255) = 8.48%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=47.27%
G=8.48%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78147300.820.060.69304.6969.5718.04
Hex4EE490526451314612
Octal116161110122610546110622
Binary100111011101001001010100101101000101100110001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,14,73); }

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

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

 a { background-color: rgb(78,14,73); }

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

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

 span { border-color: rgb(78,14,73); }

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