#4E084D

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

Shades of Hot Purple #4E084D

Tints of Hot Purple #4E084D

Color information

#4E084D (or 0x4E084D) is unknown color: approx Hot Purple. HEX triplet: 4E, 08 and 4D. RGB value is (78,8,77). Sum of RGB (Red+Green+Blue) = 78+8+77=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E084D is #B1F7B2. Grayscale: #242424. Windows color (decimal): -11663283 or 5048398. OLE color: 5048398.

HSL color Cylindrical-coordinate representation of color #4E084D: hue angle of 300.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E084D is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB78877-
CMYK00.900.010.69
HSL300.86º81.4%16.86%-
HSV(B)300.86º89.74%30.59%-
XYZ4.572.337.23-
YUV36.8150.69157.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=47.85%
G=4.91%
B=47.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7887700.900.010.69300.8681.416.86
Hex4E84D05A14512d5111
Octal116101150132110545512121
Binary1001110100010011010101101011000101100101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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