#4E085A

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

Shades of Hot Purple #4E085A

Tints of Hot Purple #4E085A

Color information

#4E085A (or 0x4E085A) is unknown color: approx Hot Purple. HEX triplet: 4E, 08 and 5A. RGB value is (78,8,90). Sum of RGB (Red+Green+Blue) = 78+8+90=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E085A is #B1F7A5. Grayscale: #262626. Windows color (decimal): -11663270 or 5900366. OLE color: 5900366.

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

Color convert

RGB78890-
CMYK0.130.9100.65
HSL291.22º83.67%19.22%-
HSV(B)291.22º91.11%35.29%-
XYZ5.072.539.89-
YUV38.28157.19156.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=44.32%
G=4.55%
B=51.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788900.130.9100.65291.2283.6719.22
Hex4E85AD5B0411235413
Octal1161013215133010144312423
Binary1001110100010110101101101101101000001100100011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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