#4E2458

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

Shades of Hot Purple #4E2458

Tints of Hot Purple #4E2458

Color information

#4E2458 (or 0x4E2458) is unknown color: approx Hot Purple. HEX triplet: 4E, 24 and 58. RGB value is (78,36,88). Sum of RGB (Red+Green+Blue) = 78+36+88=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E2458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2458 is #B1DBA7. Grayscale: #363636. Windows color (decimal): -11656104 or 5776462. OLE color: 5776462.

HSL color Cylindrical-coordinate representation of color #4E2458: hue angle of 288.46º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2458 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB783688-
CMYK0.110.5900.65
HSL288.46º41.94%24.31%-
HSV(B)288.46º59.09%34.51%-
XYZ5.533.599.63-
YUV54.49146.91144.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.61%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=38.61%
G=17.82%
B=43.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7836880.110.5900.65288.4641.9424.31
Hex4E2458B3B0411202a18
Octal11644130137301014405230
Binary1001110100100101100010111110110100000110010000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,88); }

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

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

 a { background-color: rgb(78,36,88); }

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

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

 span { border-color: rgb(78,36,88); }

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