Html Css Color HEX #4E004D Tyrian Purple

📋 copy color: '#4E004D'

red 78 ◦ green 0 ◦ blue 77

#4E004D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #4E004D

Tints of Tyrian Purple #4E004D

RGB

 RED value IS 78 (30.86% from 255) = 50.32%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 49.68%

R = 50.32%
G = 0%
B = 49.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4E004D (or 0x4E004D) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 4D. RGB value is (78,0,77). Sum of RGB (Red+Green+Blue) = 78+0+77=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E004D is #B1FFB2. Grayscale: #1F1F1F. Windows color (decimal): -11665331 or 5046350. OLE color: 5046350.

HSL color Cylindrical-coordinate representation of color #4E004D: hue angle of 300.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E004D is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 0 77 -
CMYK 0 1 0.01 0.69
HSL 300.77º 1% 0.15% -
HSV(B) 300.77º 1% 0.31% -
XYZ 4.48 2.16 7.2 -
YUV 32.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 78 0 77 0 1 0.01 0.69 300.77 1 0.15
Hex 4E 0 4D 0 64 1 45 12D 64 F
Octal 116 0 115 0 144 1 105 455 144 17
Binary 1001110 0 1001101 0 1100100 1 1000101 100101101 1100100 1111

Color Harmonies of #4E004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E004D

Black with #4E004D

Text Example


Text Example

White with #4E004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,0,77); }

 H1.HeaderClassName
 {
   color: #4E004D;
 }
 .AnyTagClassName
 {
   color: #4E004D;
 }
</style>

background-color css

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

 a { background-color: rgb(78,0,77); }

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

border-color css

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

 span { border-color: rgb(78,0,77); }

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