Html Css Color HEX #4D0449 Tyrian Purple

📋 copy color: '#4D0449'

red 77 ◦ green 4 ◦ blue 73

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

Shades of Tyrian Purple #4D0449

Tints of Tyrian Purple #4D0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

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

R = 50%
G = 2.6%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4D0449 (or 0x4D0449) is known color: Tyrian Purple. HEX triplet: 4D, 04 and 49. RGB value is (77,4,73). Sum of RGB (Red+Green+Blue) = 77+4+73=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0449 is #B2FBB6. Grayscale: #212121. Windows color (decimal): -11729847 or 4785229. OLE color: 4785229.

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

Color convert

RGB 77 4 73 -
CMYK 0 0.95 0.05 0.70
HSL 303.29º 0.9% 0.16% -
HSV(B) 303.29º 0.95% 0.3% -
XYZ 4.31 2.15 6.49 -
YUV 33.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 77 4 73 0 0.95 0.05 0.70 303.29 0.9 0.16
Hex 4D 4 49 0 5F 5 46 12F 5A 10
Octal 115 4 111 0 137 5 106 457 132 20
Binary 1001101 100 1001001 0 1011111 101 1000110 100101111 1011010 10000

Color Harmonies of #4D0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0449

Black with #4D0449

Text Example


Text Example

White with #4D0449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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