#4E064A

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

Shades of Tyrian Purple #4E064A

Tints of Tyrian Purple #4E064A

Color information

#4E064A (or 0x4E064A) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 06 and 4A. RGB value is (78,6,74). Sum of RGB (Red+Green+Blue) = 78+6+74=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E064A is #B1F9B5. Grayscale: #232323. Windows color (decimal): -11663798 or 4851278. OLE color: 4851278.

HSL color Cylindrical-coordinate representation of color #4E064A: hue angle of 303.33º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E064A is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB78674-
CMYK00.920.050.69
HSL303.33º85.71%16.47%-
HSV(B)303.33º92.31%30.59%-
XYZ4.442.246.68-
YUV35.28149.85158.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.37%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 74 (29.30% from 255) = 46.84%
R=49.37%
G=3.80%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7867400.920.050.69303.3385.7116.47
Hex4E64A05C54512f5610
Octal11661120134510545712620
Binary10011101101001010010111001011000101100101111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,6,74); }

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

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

 a { background-color: rgb(78,6,74); }

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

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

 span { border-color: rgb(78,6,74); }

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