#4E164A

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

Shades of Hot Purple #4E164A

Tints of Hot Purple #4E164A

Color information

#4E164A (or 0x4E164A) is unknown color: approx Hot Purple. HEX triplet: 4E, 16 and 4A. RGB value is (78,22,74). Sum of RGB (Red+Green+Blue) = 78+22+74=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E164A is #B1E9B5. Grayscale: #2C2C2C. Windows color (decimal): -11659702 or 4855374. OLE color: 4855374.

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

Color convert

RGB782274-
CMYK00.720.050.69
HSL304.29º56%19.61%-
HSV(B)304.29º71.79%30.59%-
XYZ4.662.696.75-
YUV44.67144.55151.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=44.83%
G=12.64%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78227400.720.050.69304.295619.61
Hex4E164A0485451303814
Octal11626112011051054607024
Binary100111010110100101001001000101100010110011000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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