#4E0944

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

Shades of Tyrian Purple #4E0944

Tints of Tyrian Purple #4E0944

Color information

#4E0944 (or 0x4E0944) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 09 and 44. RGB value is (78,9,68). Sum of RGB (Red+Green+Blue) = 78+9+68=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0944 is #B1F6BB. Grayscale: #242424. Windows color (decimal): -11663036 or 4458830. OLE color: 4458830.

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

Color convert

RGB78968-
CMYK00.880.130.69
HSL308.7º79.31%17.06%-
HSV(B)308.7º88.46%30.59%-
XYZ4.282.235.67-
YUV36.36145.86157.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.32%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 68 (26.95% from 255) = 43.87%
R=50.32%
G=5.81%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7896800.880.130.69308.779.3117.06
Hex4E944058D451354f11
Octal1161110401301510546511721
Binary1001110100110001000101100011011000101100110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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