Html Css Color HEX #4D073C Tyrian Purple

📋 copy color: '#4D073C'

red 77 ◦ green 7 ◦ blue 60

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

Shades of Tyrian Purple #4D073C

Tints of Tyrian Purple #4D073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.86%

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 53.47%
G = 4.86%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D073C (or 0x4D073C) is known color: Tyrian Purple. HEX triplet: 4D, 07 and 3C. RGB value is (77,7,60). Sum of RGB (Red+Green+Blue) = 77+7+60=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D073C is #B2F8C3. Grayscale: #212121. Windows color (decimal): -11729092 or 3934029. OLE color: 3934029.

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

Color convert

RGB 77 7 60 -
CMYK 0 0.91 0.22 0.70
HSL 314.57º 0.83% 0.16% -
HSV(B) 314.57º 0.91% 0.3% -
XYZ 3.95 2.06 4.46 -
YUV 33.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 77 7 60 0 0.91 0.22 0.70 314.57 0.83 0.16
Hex 4D 7 3C 0 5B 16 46 13B 53 10
Octal 115 7 74 0 133 26 106 473 123 20
Binary 1001101 111 111100 0 1011011 10110 1000110 100111011 1010011 10000

Color Harmonies of #4D073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D073C

Black with #4D073C

Text Example


Text Example

White with #4D073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,7,60); }

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

background-color css

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

 a { background-color: rgb(77,7,60); }

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

border-color css

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

 span { border-color: rgb(77,7,60); }

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