#4E144D

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

Shades of Hot Purple #4E144D

Tints of Hot Purple #4E144D

Color information

#4E144D (or 0x4E144D) is unknown color: approx Hot Purple. HEX triplet: 4E, 14 and 4D. RGB value is (78,20,77). Sum of RGB (Red+Green+Blue) = 78+20+77=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E144D is #B1EBB2. Grayscale: #2B2B2B. Windows color (decimal): -11660211 or 5051470. OLE color: 5051470.

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

Color convert

RGB782077-
CMYK00.740.010.69
HSL301.03º59.18%19.22%-
HSV(B)301.03º74.36%30.59%-
XYZ4.732.667.28-
YUV43.84146.72152.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 77 (30.47% from 255) = 44%
R=44.57%
G=11.43%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78207700.740.010.69301.0359.1819.22
Hex4E144D04A14512d3b13
Octal11624115011211054557323
Binary1001110101001001101010010101100010110010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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