#4E074B

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

Shades of Hot Purple #4E074B

Tints of Hot Purple #4E074B

Color information

#4E074B (or 0x4E074B) is unknown color: approx Hot Purple. HEX triplet: 4E, 07 and 4B. RGB value is (78,7,75). Sum of RGB (Red+Green+Blue) = 78+7+75=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E074B is #B1F8B4. Grayscale: #232323. Windows color (decimal): -11663541 or 4917070. OLE color: 4917070.

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

Color convert

RGB78775-
CMYK00.910.040.69
HSL302.54º83.53%16.67%-
HSV(B)302.54º91.03%30.59%-
XYZ4.492.286.86-
YUV35.98150.02157.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.75%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=48.75%
G=4.38%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7877500.910.040.69302.5483.5316.67
Hex4E74B05B44512f5411
Octal11671130133410545712421
Binary10011101111001011010110111001000101100101111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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