Html Css Color HEX #4E004E Tyrian Purple

📋 copy color: '#4E004E'

red 78 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #4E004E

Tints of Tyrian Purple #4E004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4E004E (or 0x4E004E) is known color: Tyrian Purple. HEX triplet: 4E, 00 and 4E. RGB value is (78,0,78). Sum of RGB (Red+Green+Blue) = 78+0+78=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: red, blue. Hex color #4E004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E004E is #B1FFB1. Grayscale: #1F1F1F. Windows color (decimal): -11665330 or 5111886. OLE color: 5111886.

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

Color convert

RGB 78 0 78 -
CMYK 0 1 0 0.69
HSL 300º 1% 0.15% -
HSV(B) 300º 1% 0.31% -
XYZ 4.52 2.17 7.39 -
YUV 32.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 78 0 78 0 1 0 0.69 300 1 0.15
Hex 4E 0 4E 0 64 0 45 12C 64 F
Octal 116 0 116 0 144 0 105 454 144 17
Binary 1001110 0 1001110 0 1100100 0 1000101 100101100 1100100 1111

Color Harmonies of #4E004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E004E

Black with #4E004E

Text Example


Text Example

White with #4E004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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