Html Css Color HEX #4D0547 Tyrian Purple

📋 copy color: '#4D0547'

red 77 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #4D0547

Tints of Tyrian Purple #4D0547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 46.41%

R = 50.33%
G = 3.27%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4D0547 (or 0x4D0547) is known color: Tyrian Purple. HEX triplet: 4D, 05 and 47. RGB value is (77,5,71). Sum of RGB (Red+Green+Blue) = 77+5+71=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0547 is #B2FAB8. Grayscale: #212121. Windows color (decimal): -11729593 or 4654413. OLE color: 4654413.

HSL color Cylindrical-coordinate representation of color #4D0547: hue angle of 305º 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 #4D0547 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 5 71 -
CMYK 0 0.94 0.08 0.70
HSL 305º 0.88% 0.16% -
HSV(B) 305º 0.94% 0.3% -
XYZ 4.25 2.14 6.15 -
YUV 34.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 77 5 71 0 0.94 0.08 0.70 305 0.88 0.16
Hex 4D 5 47 0 5E 8 46 131 58 10
Octal 115 5 107 0 136 10 106 461 130 20
Binary 1001101 101 1000111 0 1011110 1000 1000110 100110001 1011000 10000

Color Harmonies of #4D0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0547

Black with #4D0547

Text Example


Text Example

White with #4D0547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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