Html Css Color HEX #4D0548 Tyrian Purple

📋 copy color: '#4D0548'

red 77 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #4D0548

Tints of Tyrian Purple #4D0548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

 BLUE value IS 72 (28.52% from 255) = 46.75%

R = 50%
G = 3.25%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D0548 (or 0x4D0548) is known color: Tyrian Purple. HEX triplet: 4D, 05 and 48. RGB value is (77,5,72). Sum of RGB (Red+Green+Blue) = 77+5+72=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0548 is #B2FAB7. Grayscale: #212121. Windows color (decimal): -11729592 or 4719949. OLE color: 4719949.

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

Color convert

RGB 77 5 72 -
CMYK 0 0.94 0.06 0.70
HSL 304.17º 0.88% 0.16% -
HSV(B) 304.17º 0.94% 0.3% -
XYZ 4.28 2.15 6.32 -
YUV 34.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 77 5 72 0 0.94 0.06 0.70 304.17 0.88 0.16
Hex 4D 5 48 0 5E 6 46 130 58 10
Octal 115 5 110 0 136 6 106 460 130 20
Binary 1001101 101 1001000 0 1011110 110 1000110 100110000 1011000 10000

Color Harmonies of #4D0548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0548

Black with #4D0548

Text Example


Text Example

White with #4D0548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,5,72); }

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

background-color css

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

 a { background-color: rgb(77,5,72); }

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

border-color css

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

 span { border-color: rgb(77,5,72); }

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