#4E0A4B

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

Shades of Hot Purple #4E0A4B

Tints of Hot Purple #4E0A4B

Color information

#4E0A4B (or 0x4E0A4B) is unknown color: approx Hot Purple. HEX triplet: 4E, 0A and 4B. RGB value is (78,10,75). Sum of RGB (Red+Green+Blue) = 78+10+75=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0A4B is #B1F5B4. Grayscale: #252525. Windows color (decimal): -11662773 or 4917838. OLE color: 4917838.

HSL color Cylindrical-coordinate representation of color #4E0A4B: hue angle of 302.65º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0A4B is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB781075-
CMYK00.870.040.69
HSL302.65º77.27%17.25%-
HSV(B)302.65º87.18%30.59%-
XYZ4.522.346.87-
YUV37.74149.03156.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=47.85%
G=6.13%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78107500.870.040.69302.6577.2717.25
Hex4EA4B05744512f4d11
Octal116121130127410545711521
Binary100111010101001011010101111001000101100101111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,10,75); }

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

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

 a { background-color: rgb(78,10,75); }

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

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

 span { border-color: rgb(78,10,75); }

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