#4E064B

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

Shades of Tyrian Purple #4E064B

Tints of Tyrian Purple #4E064B

Color information

#4E064B (or 0x4E064B) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 06 and 4B. RGB value is (78,6,75). Sum of RGB (Red+Green+Blue) = 78+6+75=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E064B is #B1F9B4. Grayscale: #232323. Windows color (decimal): -11663797 or 4916814. OLE color: 4916814.

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

Color convert

RGB78675-
CMYK00.920.040.69
HSL302.5º85.71%16.47%-
HSV(B)302.5º92.31%30.59%-
XYZ4.482.266.86-
YUV35.39150.35158.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.06%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=49.06%
G=3.77%
B=47.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7867500.920.040.69302.585.7116.47
Hex4E64B05C44512e5610
Octal11661130134410545612620
Binary10011101101001011010111001001000101100101110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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