#4E0154

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

Shades of Hot Purple #4E0154

Tints of Hot Purple #4E0154

Color information

#4E0154 (or 0x4E0154) is unknown color: approx Hot Purple. HEX triplet: 4E, 01 and 54. RGB value is (78,1,84). Sum of RGB (Red+Green+Blue) = 78+1+84=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E0154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0154 is #B1FEAB. Grayscale: #212121. Windows color (decimal): -11665068 or 5505358. OLE color: 5505358.

HSL color Cylindrical-coordinate representation of color #4E0154: hue angle of 295.66º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0154 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB78184-
CMYK0.070.9900.67
HSL295.66º97.65%16.67%-
HSV(B)295.66º98.81%32.94%-
XYZ4.752.288.58-
YUV33.48156.51159.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=47.85%
G=0.61%
B=51.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal781840.070.9900.67295.6697.6516.67
Hex4E1547630431286211
Octal11611247143010345014221
Binary100111011010100111110001101000011100101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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