Html Css Color HEX #4D053F Tyrian Purple

📋 copy color: '#4D053F'

red 77 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #4D053F

Tints of Tyrian Purple #4D053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.45%

R = 53.1%
G = 3.45%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D053F (or 0x4D053F) is known color: Tyrian Purple. HEX triplet: 4D, 05 and 3F. RGB value is (77,5,63). Sum of RGB (Red+Green+Blue) = 77+5+63=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D053F is #B2FAC0. Grayscale: #202020. Windows color (decimal): -11729601 or 4130125. OLE color: 4130125.

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

Color convert

RGB 77 5 63 -
CMYK 0 0.94 0.18 0.70
HSL 311.67º 0.88% 0.16% -
HSV(B) 311.67º 0.94% 0.3% -
XYZ 4.01 2.05 4.89 -
YUV 33.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 77 5 63 0 0.94 0.18 0.70 311.67 0.88 0.16
Hex 4D 5 3F 0 5E 12 46 138 58 10
Octal 115 5 77 0 136 22 106 470 130 20
Binary 1001101 101 111111 0 1011110 10010 1000110 100111000 1011000 10000

Color Harmonies of #4D053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D053F

Black with #4D053F

Text Example


Text Example

White with #4D053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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