#4E045C

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

Shades of Hot Purple #4E045C

Tints of Hot Purple #4E045C

Color information

#4E045C (or 0x4E045C) is unknown color: approx Hot Purple. HEX triplet: 4E, 04 and 5C. RGB value is (78,4,92). Sum of RGB (Red+Green+Blue) = 78+4+92=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E045C is #B1FBA3. Grayscale: #232323. Windows color (decimal): -11664292 or 6030414. OLE color: 6030414.

HSL color Cylindrical-coordinate representation of color #4E045C: hue angle of 290.45º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E045C is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB78492-
CMYK0.150.9600.64
HSL290.45º91.67%18.82%-
HSV(B)290.45º95.65%36.08%-
XYZ5.122.4810.33-
YUV36.16159.52157.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=44.83%
G=2.30%
B=52.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal784920.150.9600.64290.4591.6718.82
Hex4E45CF600401225c13
Octal116413417140010044213423
Binary100111010010111001111110000001000000100100010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,4,92); }

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

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

 a { background-color: rgb(78,4,92); }

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

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

 span { border-color: rgb(78,4,92); }

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