#4E093D

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

Shades of Tyrian Purple #4E093D

Tints of Tyrian Purple #4E093D

Color information

#4E093D (or 0x4E093D) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 09 and 3D. RGB value is (78,9,61). Sum of RGB (Red+Green+Blue) = 78+9+61=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E093D is #B1F6C2. Grayscale: #232323. Windows color (decimal): -11663043 or 4000078. OLE color: 4000078.

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

Color convert

RGB78961-
CMYK00.880.220.69
HSL314.78º79.31%17.06%-
HSV(B)314.78º88.46%30.59%-
XYZ4.082.154.62-
YUV35.56142.36158.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.70%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=52.70%
G=6.08%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7896100.880.220.69314.7879.3117.06
Hex4E93D058164513b4f11
Octal116117501302610547311721
Binary1001110100111110101011000101101000101100111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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