#4E1154

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

Shades of Hot Purple #4E1154

Tints of Hot Purple #4E1154

Color information

#4E1154 (or 0x4E1154) is unknown color: approx Hot Purple. HEX triplet: 4E, 11 and 54. RGB value is (78,17,84). Sum of RGB (Red+Green+Blue) = 78+17+84=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E1154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1154 is #B1EEAB. Grayscale: #2A2A2A. Windows color (decimal): -11660972 or 5509454. OLE color: 5509454.

HSL color Cylindrical-coordinate representation of color #4E1154: hue angle of 294.63º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E1154 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB781784-
CMYK0.070.8000.67
HSL294.63º66.34%19.8%-
HSV(B)294.63º79.76%32.94%-
XYZ4.942.668.64-
YUV42.88151.21153.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.58%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=43.58%
G=9.50%
B=46.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7817840.070.8000.67294.6366.3419.8
Hex4E11547500431274214
Octal116211247120010344710224
Binary1001110100011010100111101000001000011100100111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,17,84); }

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

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

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

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

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

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

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