#4E043A

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

Shades of Tyrian Purple #4E043A

Tints of Tyrian Purple #4E043A

Color information

#4E043A (or 0x4E043A) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 04 and 3A. RGB value is (78,4,58). Sum of RGB (Red+Green+Blue) = 78+4+58=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E043A is #B1FBC5. Grayscale: #202020. Windows color (decimal): -11664326 or 3802190. OLE color: 3802190.

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

Color convert

RGB78458-
CMYK00.950.260.69
HSL316.22º90.24%16.08%-
HSV(B)316.22º94.87%30.59%-
XYZ3.952.014.18-
YUV32.28142.52160.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=55.71%
G=2.86%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7845800.950.260.69316.2290.2416.08
Hex4E43A05F1A4513c5a10
Octal11647201373210547413220
Binary100111010011101001011111110101000101100111100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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