#4E214E

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

Shades of Hot Purple #4E214E

Tints of Hot Purple #4E214E

Color information

#4E214E (or 0x4E214E) is unknown color: approx Hot Purple. HEX triplet: 4E, 21 and 4E. RGB value is (78,33,78). Sum of RGB (Red+Green+Blue) = 78+33+78=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: red, blue. Hex color #4E214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E214E is #B1DEB1. Grayscale: #333333. Windows color (decimal): -11656882 or 5120334. OLE color: 5120334.

HSL color Cylindrical-coordinate representation of color #4E214E: hue angle of 300º 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 #4E214E is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB783378-
CMYK00.5800.69
HSL300º40.54%21.76%-
HSV(B)300º57.69%30.59%-
XYZ5.063.267.57-
YUV51.58142.91146.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=41.27%
G=17.46%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78337800.5800.6930040.5421.76
Hex4E214E03A04512c2916
Octal1164111607201054545126
Binary1001110100001100111001110100100010110010110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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