Html Css Color HEX #4D053E Tyrian Purple

📋 copy color: '#4D053E'

red 77 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #4D053E

Tints of Tyrian Purple #4D053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 43.06%

R = 53.47%
G = 3.47%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D053E (or 0x4D053E) is known color: Tyrian Purple. HEX triplet: 4D, 05 and 3E. RGB value is (77,5,62). Sum of RGB (Red+Green+Blue) = 77+5+62=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D053E is #B2FAC1. Grayscale: #202020. Windows color (decimal): -11729602 or 4064589. OLE color: 4064589.

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

Color convert

RGB 77 5 62 -
CMYK 0 0.94 0.19 0.70
HSL 312.5º 0.88% 0.16% -
HSV(B) 312.5º 0.94% 0.3% -
XYZ 3.98 2.03 4.74 -
YUV 33.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 77 5 62 0 0.94 0.19 0.70 312.5 0.88 0.16
Hex 4D 5 3E 0 5E 13 46 138 58 10
Octal 115 5 76 0 136 23 106 470 130 20
Binary 1001101 101 111110 0 1011110 10011 1000110 100111000 1011000 10000

Color Harmonies of #4D053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D053E

Black with #4D053E

Text Example


Text Example

White with #4D053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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