#4E0150

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

Shades of Hot Purple #4E0150

Tints of Hot Purple #4E0150

Color information

#4E0150 (or 0x4E0150) is unknown color: approx Hot Purple. HEX triplet: 4E, 01 and 50. RGB value is (78,1,80). Sum of RGB (Red+Green+Blue) = 78+1+80=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E0150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0150 is #B1FEAF. Grayscale: #202020. Windows color (decimal): -11665072 or 5243214. OLE color: 5243214.

HSL color Cylindrical-coordinate representation of color #4E0150: hue angle of 298.48º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0150 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB78180-
CMYK0.020.9900.69
HSL298.48º97.53%15.88%-
HSV(B)298.48º98.75%31.37%-
XYZ4.62.227.78-
YUV33.03154.51160.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.06%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=49.06%
G=0.63%
B=50.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal781800.020.9900.69298.4897.5315.88
Hex4E15026304512a6210
Octal11611202143010545214220
Binary10011101101000010110001101000101100101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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