#4E073C

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

Shades of Tyrian Purple #4E073C

Tints of Tyrian Purple #4E073C

Color information

#4E073C (or 0x4E073C) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 07 and 3C. RGB value is (78,7,60). Sum of RGB (Red+Green+Blue) = 78+7+60=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E073C is #B1F8C3. Grayscale: #222222. Windows color (decimal): -11663556 or 3934030. OLE color: 3934030.

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

Color convert

RGB78760-
CMYK00.910.230.69
HSL315.21º83.53%16.67%-
HSV(B)315.21º91.03%30.59%-
XYZ4.032.14.47-
YUV34.27142.52159.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.79%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 60 (23.83% from 255) = 41.38%
R=53.79%
G=4.83%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7876000.910.230.69315.2183.5316.67
Hex4E73C05B174513b5411
Octal11677401332710547312421
Binary100111011111110001011011101111000101100111011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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