#4E024A

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

Shades of Tyrian Purple #4E024A

Tints of Tyrian Purple #4E024A

Color information

#4E024A (or 0x4E024A) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 02 and 4A. RGB value is (78,2,74). Sum of RGB (Red+Green+Blue) = 78+2+74=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E024A is #B1FDB5. Grayscale: #202020. Windows color (decimal): -11664822 or 4850254. OLE color: 4850254.

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

Color convert

RGB78274-
CMYK00.970.050.69
HSL303.16º95%15.69%-
HSV(B)303.16º97.44%30.59%-
XYZ4.42.166.66-
YUV32.93151.18160.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.65%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=50.65%
G=1.30%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7827400.970.050.69303.169515.69
Hex4E24A06154512f5f10
Octal11621120141510545713720
Binary1001110101001010011000011011000101100101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,2,74); }

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

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

 a { background-color: rgb(78,2,74); }

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

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

 span { border-color: rgb(78,2,74); }

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