#4E053B

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

Shades of Tyrian Purple #4E053B

Tints of Tyrian Purple #4E053B

Color information

#4E053B (or 0x4E053B) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 05 and 3B. RGB value is (78,5,59). Sum of RGB (Red+Green+Blue) = 78+5+59=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E053B is #B1FAC4. Grayscale: #202020. Windows color (decimal): -11664069 or 3867982. OLE color: 3867982.

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

Color convert

RGB78559-
CMYK00.940.240.69
HSL315.62º87.95%16.27%-
HSV(B)315.62º93.59%30.59%-
XYZ3.992.044.32-
YUV32.98142.68160.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 59 (23.44% from 255) = 41.55%
R=54.93%
G=3.52%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7855900.940.240.69315.6287.9516.27
Hex4E53B05E184513c5810
Octal11657301363010547413020
Binary100111010111101101011110110001000101100111100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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