#4E2050

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

Shades of Hot Purple #4E2050

Tints of Hot Purple #4E2050

Color information

#4E2050 (or 0x4E2050) is unknown color: approx Hot Purple. HEX triplet: 4E, 20 and 50. RGB value is (78,32,80). Sum of RGB (Red+Green+Blue) = 78+32+80=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E2050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2050 is #B1DFAF. Grayscale: #333333. Windows color (decimal): -11657136 or 5251150. OLE color: 5251150.

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

Color convert

RGB783280-
CMYK0.020.6000.69
HSL297.5º42.86%21.96%-
HSV(B)297.5º60%31.37%-
XYZ5.113.237.94-
YUV51.23144.24147.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=41.05%
G=16.84%
B=42.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7832800.020.6000.69297.542.8621.96
Hex4E205023C04512a2b16
Octal1164012027401054525326
Binary10011101000001010000101111000100010110010101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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