#4E1554

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

Shades of Hot Purple #4E1554

Tints of Hot Purple #4E1554

Color information

#4E1554 (or 0x4E1554) is unknown color: approx Hot Purple. HEX triplet: 4E, 15 and 54. RGB value is (78,21,84). Sum of RGB (Red+Green+Blue) = 78+21+84=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E1554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1554 is #B1EAAB. Grayscale: #2D2D2D. Windows color (decimal): -11659948 or 5510478. OLE color: 5510478.

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

Color convert

RGB782184-
CMYK0.070.7500.67
HSL294.29º60%20.59%-
HSV(B)294.29º75%32.94%-
XYZ5.012.88.66-
YUV45.22149.88151.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=42.62%
G=11.48%
B=45.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7821840.070.7500.67294.296020.59
Hex4E155474B0431263c15
Octal11625124711301034467425
Binary100111010101101010011110010110100001110010011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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