Html Css Color HEX #4D0149 Tyrian Purple

📋 copy color: '#4D0149'

red 77 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #4D0149

Tints of Tyrian Purple #4D0149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 73 (28.91% from 255) = 48.34%

R = 50.99%
G = 0.66%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4D0149 (or 0x4D0149) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 49. RGB value is (77,1,73). Sum of RGB (Red+Green+Blue) = 77+1+73=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0149 is #B2FEB6. Grayscale: #1F1F1F. Windows color (decimal): -11730615 or 4784461. OLE color: 4784461.

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

Color convert

RGB 77 1 73 -
CMYK 0 0.99 0.05 0.70
HSL 303.16º 0.97% 0.15% -
HSV(B) 303.16º 0.99% 0.3% -
XYZ 4.27 2.08 6.48 -
YUV 31.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 77 1 73 0 0.99 0.05 0.70 303.16 0.97 0.15
Hex 4D 1 49 0 63 5 46 12F 61 F
Octal 115 1 111 0 143 5 106 457 141 17
Binary 1001101 1 1001001 0 1100011 101 1000110 100101111 1100001 1111

Color Harmonies of #4D0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0149

Black with #4D0149

Text Example


Text Example

White with #4D0149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,1,73); }

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

background-color css

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

 a { background-color: rgb(77,1,73); }

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

border-color css

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

 span { border-color: rgb(77,1,73); }

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