#4E055A

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

Shades of Hot Purple #4E055A

Tints of Hot Purple #4E055A

Color information

#4E055A (or 0x4E055A) is unknown color: approx Hot Purple. HEX triplet: 4E, 05 and 5A. RGB value is (78,5,90). Sum of RGB (Red+Green+Blue) = 78+5+90=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E055A is #B1FAA5. Grayscale: #242424. Windows color (decimal): -11664038 or 5899598. OLE color: 5899598.

HSL color Cylindrical-coordinate representation of color #4E055A: hue angle of 291.53º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E055A is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB78590-
CMYK0.130.9400.65
HSL291.53º89.47%18.63%-
HSV(B)291.53º94.44%35.29%-
XYZ5.042.479.88-
YUV36.52158.18157.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 90 (35.55% from 255) = 52.02%
R=45.09%
G=2.89%
B=52.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal785900.130.9400.65291.5389.4718.63
Hex4E55AD5E0411245913
Octal116513215136010144413123
Binary100111010110110101101101111001000001100100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,5,90); }

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

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

 a { background-color: rgb(78,5,90); }

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

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

 span { border-color: rgb(78,5,90); }

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