#4E044A

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

Shades of Tyrian Purple #4E044A

Tints of Tyrian Purple #4E044A

Color information

#4E044A (or 0x4E044A) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 04 and 4A. RGB value is (78,4,74). Sum of RGB (Red+Green+Blue) = 78+4+74=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E044A is #B1FBB5. Grayscale: #212121. Windows color (decimal): -11664310 or 4850766. OLE color: 4850766.

HSL color Cylindrical-coordinate representation of color #4E044A: hue angle of 303.24º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E044A is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB78474-
CMYK00.950.050.69
HSL303.24º90.24%16.08%-
HSV(B)303.24º94.87%30.59%-
XYZ4.422.26.67-
YUV34.11150.52159.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=50%
G=2.56%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7847400.950.050.69303.2490.2416.08
Hex4E44A05F54512f5a10
Octal11641120137510545713220
Binary10011101001001010010111111011000101100101111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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