#4E0940

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

Shades of Tyrian Purple #4E0940

Tints of Tyrian Purple #4E0940

Color information

#4E0940 (or 0x4E0940) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 09 and 40. RGB value is (78,9,64). Sum of RGB (Red+Green+Blue) = 78+9+64=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0940 is #B1F6BF. Grayscale: #232323. Windows color (decimal): -11663040 or 4196686. OLE color: 4196686.

HSL color Cylindrical-coordinate representation of color #4E0940: hue angle of 312.17º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0940 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB78964-
CMYK00.880.180.69
HSL312.17º79.31%17.06%-
HSV(B)312.17º88.46%30.59%-
XYZ4.162.195.05-
YUV35.9143.86158.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.66%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=51.66%
G=5.96%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7896400.880.180.69312.1779.3117.06
Hex4E94005812451384f11
Octal1161110001302210547011721
Binary10011101001100000001011000100101000101100111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,9,64); }

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

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

 a { background-color: rgb(78,9,64); }

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

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

 span { border-color: rgb(78,9,64); }

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