#4E0137

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

Shades of Tyrian Purple #4E0137

Tints of Tyrian Purple #4E0137

Color information

#4E0137 (or 0x4E0137) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 01 and 37. RGB value is (78,1,55). Sum of RGB (Red+Green+Blue) = 78+1+55=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0137 is #B1FEC8. Grayscale: #1E1E1E. Windows color (decimal): -11665097 or 3604814. OLE color: 3604814.

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

Color convert

RGB78155-
CMYK00.990.290.69
HSL317.92º97.47%15.49%-
HSV(B)317.92º98.72%30.59%-
XYZ3.841.923.78-
YUV30.18142.01162.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 55 (21.88% from 255) = 41.04%
R=58.21%
G=0.75%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7815500.990.290.69317.9297.4715.49
Hex4E1370631D4513e61f
Octal11616701433510547614117
Binary100111011101110110001111101100010110011111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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