#4E053A

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

Shades of Tyrian Purple #4E053A

Tints of Tyrian Purple #4E053A

Color information

#4E053A (or 0x4E053A) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 05 and 3A. RGB value is (78,5,58). Sum of RGB (Red+Green+Blue) = 78+5+58=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E053A is #B1FAC5. Grayscale: #202020. Windows color (decimal): -11664070 or 3802446. OLE color: 3802446.

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

Color convert

RGB78558-
CMYK00.940.260.69
HSL316.44º87.95%16.27%-
HSV(B)316.44º93.59%30.59%-
XYZ3.962.034.19-
YUV32.87142.18160.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=55.32%
G=3.55%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7855800.940.260.69316.4487.9516.27
Hex4E53A05E1A4513c5810
Octal11657201363210547413020
Binary100111010111101001011110110101000101100111100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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