#4E204E

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

Shades of Hot Purple #4E204E

Tints of Hot Purple #4E204E

Color information

#4E204E (or 0x4E204E) is unknown color: approx Hot Purple. HEX triplet: 4E, 20 and 4E. RGB value is (78,32,78). Sum of RGB (Red+Green+Blue) = 78+32+78=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: red, blue. Hex color #4E204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E204E is #B1DFB1. Grayscale: #323232. Windows color (decimal): -11657138 or 5120078. OLE color: 5120078.

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

Color convert

RGB783278-
CMYK00.5900.69
HSL300º41.82%21.57%-
HSV(B)300º58.97%30.59%-
XYZ5.033.27.56-
YUV51143.24147.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.49%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=41.49%
G=17.02%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78327800.5900.6930041.8221.57
Hex4E204E03B04512c2a16
Octal1164011607301054545226
Binary1001110100000100111001110110100010110010110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,32,78); }

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

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

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

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

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

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

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