Html Css Color HEX #4D0046 Tyrian Purple

📋 copy color: '#4D0046'

red 77 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #4D0046

Tints of Tyrian Purple #4D0046

RGB

 RED value IS 77 (30.47% from 255) = 52.38%

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

 BLUE value IS 70 (27.73% from 255) = 47.62%

R = 52.38%
G = 0%
B = 47.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4D0046 (or 0x4D0046) is known color: Tyrian Purple. HEX triplet: 4D, 00 and 46. RGB value is (77,0,70). Sum of RGB (Red+Green+Blue) = 77+0+70=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0046 is #B2FFB9. Grayscale: #1E1E1E. Windows color (decimal): -11730874 or 4587597. OLE color: 4587597.

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

Color convert

RGB 77 0 70 -
CMYK 0 1 0.09 0.70
HSL 305.45º 1% 0.15% -
HSV(B) 305.45º 1% 0.3% -
XYZ 4.17 2.02 5.96 -
YUV 31 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 77 0 70 0 1 0.09 0.70 305.45 1 0.15
Hex 4D 0 46 0 64 9 46 131 64 F
Octal 115 0 106 0 144 11 106 461 144 17
Binary 1001101 0 1000110 0 1100100 1001 1000110 100110001 1100100 1111

Color Harmonies of #4D0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0046

Black with #4D0046

Text Example


Text Example

White with #4D0046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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