#4E025A

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

Shades of Hot Purple #4E025A

Tints of Hot Purple #4E025A

Color information

#4E025A (or 0x4E025A) is unknown color: approx Hot Purple. HEX triplet: 4E, 02 and 5A. RGB value is (78,2,90). Sum of RGB (Red+Green+Blue) = 78+2+90=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E025A is #B1FDA5. Grayscale: #222222. Windows color (decimal): -11664806 or 5898830. OLE color: 5898830.

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

Color convert

RGB78290-
CMYK0.130.9800.65
HSL291.82º95.65%18.04%-
HSV(B)291.82º97.78%35.29%-
XYZ5.012.49.87-
YUV34.76159.18158.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.88%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=45.88%
G=1.18%
B=52.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal782900.130.9800.65291.8295.6518.04
Hex4E25AD620411246012
Octal116213215142010144414022
Binary10011101010110101101110001001000001100100100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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