#4E154A

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

Shades of Hot Purple #4E154A

Tints of Hot Purple #4E154A

Color information

#4E154A (or 0x4E154A) is unknown color: approx Hot Purple. HEX triplet: 4E, 15 and 4A. RGB value is (78,21,74). Sum of RGB (Red+Green+Blue) = 78+21+74=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E154A is #B1EAB5. Grayscale: #2B2B2B. Windows color (decimal): -11659958 or 4855118. OLE color: 4855118.

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

Color convert

RGB782174-
CMYK00.730.050.69
HSL304.21º57.58%19.41%-
HSV(B)304.21º73.08%30.59%-
XYZ4.652.656.75-
YUV44.08144.88152.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=45.09%
G=12.14%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78217400.730.050.69304.2157.5819.41
Hex4E154A0495451303a13
Octal11625112011151054607223
Binary100111010101100101001001001101100010110011000011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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