#4E214D

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

Shades of Hot Purple #4E214D

Tints of Hot Purple #4E214D

Color information

#4E214D (or 0x4E214D) is unknown color: approx Hot Purple. HEX triplet: 4E, 21 and 4D. RGB value is (78,33,77). Sum of RGB (Red+Green+Blue) = 78+33+77=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E214D is #B1DEB2. Grayscale: #333333. Windows color (decimal): -11656883 or 5054798. OLE color: 5054798.

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

Color convert

RGB783377-
CMYK00.580.010.69
HSL301.33º40.54%21.76%-
HSV(B)301.33º57.69%30.59%-
XYZ5.033.247.38-
YUV51.47142.41146.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.49%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=41.49%
G=17.55%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78337700.580.010.69301.3340.5421.76
Hex4E214D03A14512d2916
Octal1164111507211054555126
Binary1001110100001100110101110101100010110010110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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