#4E124A

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

Shades of Hot Purple #4E124A

Tints of Hot Purple #4E124A

Color information

#4E124A (or 0x4E124A) is unknown color: approx Hot Purple. HEX triplet: 4E, 12 and 4A. RGB value is (78,18,74). Sum of RGB (Red+Green+Blue) = 78+18+74=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E124A is #B1EDB5. Grayscale: #2A2A2A. Windows color (decimal): -11660726 or 4854350. OLE color: 4854350.

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

Color convert

RGB781874-
CMYK00.770.050.69
HSL304º62.5%18.82%-
HSV(B)304º76.92%30.59%-
XYZ4.592.556.73-
YUV42.32145.88153.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.88%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=45.88%
G=10.59%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78187400.770.050.6930462.518.82
Hex4E124A04D5451303e13
Octal11622112011551054607623
Binary100111010010100101001001101101100010110011000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,18,74); }

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

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

 a { background-color: rgb(78,18,74); }

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

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

 span { border-color: rgb(78,18,74); }

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