Html Css Color HEX #4D043A Tyrian Purple

📋 copy color: '#4D043A'

red 77 ◦ green 4 ◦ blue 58

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

Shades of Tyrian Purple #4D043A

Tints of Tyrian Purple #4D043A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

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

R = 55.4%
G = 2.88%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D043A (or 0x4D043A) is known color: Tyrian Purple. HEX triplet: 4D, 04 and 3A. RGB value is (77,4,58). Sum of RGB (Red+Green+Blue) = 77+4+58=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D043A is #B2FBC5. Grayscale: #1F1F1F. Windows color (decimal): -11729862 or 3802189. OLE color: 3802189.

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

Color convert

RGB 77 4 58 -
CMYK 0 0.95 0.25 0.70
HSL 315.62º 0.9% 0.16% -
HSV(B) 315.62º 0.95% 0.3% -
XYZ 3.87 1.97 4.18 -
YUV 31.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 77 4 58 0 0.95 0.25 0.70 315.62 0.9 0.16
Hex 4D 4 3A 0 5F 19 46 13C 5A 10
Octal 115 4 72 0 137 31 106 474 132 20
Binary 1001101 100 111010 0 1011111 11001 1000110 100111100 1011010 10000

Color Harmonies of #4D043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D043A

Black with #4D043A

Text Example


Text Example

White with #4D043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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