#4E0043

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

Shades of Tyrian Purple #4E0043

Tints of Tyrian Purple #4E0043

Color information

#4E0043 (or 0x4E0043) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 00 and 43. RGB value is (78,0,67). Sum of RGB (Red+Green+Blue) = 78+0+67=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0043 is #B1FFBC. Grayscale: #1E1E1E. Windows color (decimal): -11665341 or 4390990. OLE color: 4390990.

HSL color Cylindrical-coordinate representation of color #4E0043: hue angle of 308.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0043 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB78067-
CMYK010.140.69
HSL308.46º100%15.29%-
HSV(B)308.46º100%30.59%-
XYZ4.162.025.48-
YUV30.96148.34161.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 46.21%
R=53.79%
G=0%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78067010.140.69308.4610015.29
Hex4E043064E4513464f
Octal116010301441610546414417
Binary100111001000011011001001110100010110011010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,0,67); }

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

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

 a { background-color: rgb(78,0,67); }

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

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

 span { border-color: rgb(78,0,67); }

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