#4E3454

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

Shades of Hot Purple #4E3454

Tints of Hot Purple #4E3454

Color information

#4E3454 (or 0x4E3454) is unknown color: approx Hot Purple. HEX triplet: 4E, 34 and 54. RGB value is (78,52,84). Sum of RGB (Red+Green+Blue) = 78+52+84=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E3454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3454 is #B1CBAB. Grayscale: #3F3F3F. Windows color (decimal): -11652012 or 5518414. OLE color: 5518414.

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

Color convert

RGB785284-
CMYK0.070.3800.67
HSL288.75º23.53%26.67%-
HSV(B)288.75º38.1%32.94%-
XYZ5.974.728.98-
YUV63.42139.61138.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.45%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 84 (33.20% from 255) = 39.25%
R=36.45%
G=24.30%
B=39.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7852840.070.3800.67288.7523.5326.67
Hex4E3454726043121181b
Octal1166412474601034413033
Binary10011101101001010100111100110010000111001000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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