#4E053F

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

Shades of Tyrian Purple #4E053F

Tints of Tyrian Purple #4E053F

Color information

#4E053F (or 0x4E053F) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 05 and 3F. RGB value is (78,5,63). Sum of RGB (Red+Green+Blue) = 78+5+63=146 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.42% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 78 - color contains mainly: red. Hex color #4E053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E053F is #B1FAC0. Grayscale: #212121. Windows color (decimal): -11664065 or 4130126. OLE color: 4130126.

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

Color convert

RGB78563-
CMYK00.940.190.69
HSL312.33º87.95%16.27%-
HSV(B)312.33º93.59%30.59%-
XYZ4.092.094.89-
YUV33.44144.68159.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.42%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 63 (25% from 255) = 43.15%
R=53.42%
G=3.42%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7856300.940.190.69312.3387.9516.27
Hex4E53F05E13451385810
Octal11657701362310547013020
Binary100111010111111101011110100111000101100111000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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