Html Css Color HEX #4D033A Tyrian Purple

📋 copy color: '#4D033A'

red 77 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #4D033A

Tints of Tyrian Purple #4D033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 55.8%
G = 2.17%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D033A (or 0x4D033A) is known color: Tyrian Purple. HEX triplet: 4D, 03 and 3A. RGB value is (77,3,58). Sum of RGB (Red+Green+Blue) = 77+3+58=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D033A is #B2FCC5. Grayscale: #1F1F1F. Windows color (decimal): -11730118 or 3801933. OLE color: 3801933.

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

Color convert

RGB 77 3 58 -
CMYK 0 0.96 0.25 0.70
HSL 315.41º 0.93% 0.16% -
HSV(B) 315.41º 0.96% 0.3% -
XYZ 3.86 1.95 4.18 -
YUV 31.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 77 3 58 0 0.96 0.25 0.70 315.41 0.93 0.16
Hex 4D 3 3A 0 60 19 46 13B 5C 10
Octal 115 3 72 0 140 31 106 473 134 20
Binary 1001101 11 111010 0 1100000 11001 1000110 100111011 1011100 10000

Color Harmonies of #4D033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D033A

Black with #4D033A

Text Example


Text Example

White with #4D033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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