#4E013B

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

Shades of Tyrian Purple #4E013B

Tints of Tyrian Purple #4E013B

Color information

#4E013B (or 0x4E013B) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 01 and 3B. RGB value is (78,1,59). Sum of RGB (Red+Green+Blue) = 78+1+59=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E013B is #B1FEC4. Grayscale: #1E1E1E. Windows color (decimal): -11665093 or 3866958. OLE color: 3866958.

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

Color convert

RGB78159-
CMYK00.990.240.69
HSL314.81º97.47%15.49%-
HSV(B)314.81º98.72%30.59%-
XYZ3.941.964.31-
YUV30.64144.01161.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 56.52%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=56.52%
G=0.72%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7815900.990.240.69314.8197.4715.49
Hex4E13B063184513b61f
Octal11617301433010547314117
Binary100111011110110110001111000100010110011101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,1,59); }

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

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

 a { background-color: rgb(78,1,59); }

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

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

 span { border-color: rgb(78,1,59); }

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