#4E074A

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

Shades of Tyrian Purple #4E074A

Tints of Tyrian Purple #4E074A

Color information

#4E074A (or 0x4E074A) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 07 and 4A. RGB value is (78,7,74). Sum of RGB (Red+Green+Blue) = 78+7+74=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E074A is #B1F8B5. Grayscale: #232323. Windows color (decimal): -11663542 or 4851534. OLE color: 4851534.

HSL color Cylindrical-coordinate representation of color #4E074A: hue angle of 303.38º 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 #4E074A is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB78774-
CMYK00.910.050.69
HSL303.38º83.53%16.67%-
HSV(B)303.38º91.03%30.59%-
XYZ4.452.276.68-
YUV35.87149.52158.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.06%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 74 (29.30% from 255) = 46.54%
R=49.06%
G=4.40%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7877400.910.050.69303.3883.5316.67
Hex4E74A05B54512f5411
Octal11671120133510545712421
Binary10011101111001010010110111011000101100101111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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