Html Css Color HEX #4D053A Tyrian Purple

📋 copy color: '#4D053A'

red 77 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #4D053A

Tints of Tyrian Purple #4D053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.43%

R = 55%
G = 3.57%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D053A (or 0x4D053A) is known color: Tyrian Purple. HEX triplet: 4D, 05 and 3A. RGB value is (77,5,58). Sum of RGB (Red+Green+Blue) = 77+5+58=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D053A is #B2FAC5. Grayscale: #202020. Windows color (decimal): -11729606 or 3802445. OLE color: 3802445.

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

Color convert

RGB 77 5 58 -
CMYK 0 0.94 0.25 0.70
HSL 315.83º 0.88% 0.16% -
HSV(B) 315.83º 0.94% 0.3% -
XYZ 3.88 1.99 4.18 -
YUV 32.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 77 5 58 0 0.94 0.25 0.70 315.83 0.88 0.16
Hex 4D 5 3A 0 5E 19 46 13C 58 10
Octal 115 5 72 0 136 31 106 474 130 20
Binary 1001101 101 111010 0 1011110 11001 1000110 100111100 1011000 10000

Color Harmonies of #4D053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D053A

Black with #4D053A

Text Example


Text Example

White with #4D053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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