#4E054B

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

Shades of Tyrian Purple #4E054B

Tints of Tyrian Purple #4E054B

Color information

#4E054B (or 0x4E054B) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 05 and 4B. RGB value is (78,5,75). Sum of RGB (Red+Green+Blue) = 78+5+75=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E054B is #B1FAB4. Grayscale: #222222. Windows color (decimal): -11664053 or 4916558. OLE color: 4916558.

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

Color convert

RGB78575-
CMYK00.940.040.69
HSL302.47º87.95%16.27%-
HSV(B)302.47º93.59%30.59%-
XYZ4.472.246.85-
YUV34.81150.68158.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.37%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=49.37%
G=3.16%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7857500.940.040.69302.4787.9516.27
Hex4E54B05E44512e5810
Octal11651130136410545613020
Binary10011101011001011010111101001000101100101110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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