Html Css Color HEX #4D013D Tyrian Purple

📋 copy color: '#4D013D'

red 77 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #4D013D

Tints of Tyrian Purple #4D013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 61 (24.22% from 255) = 43.88%

R = 55.4%
G = 0.72%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D013D (or 0x4D013D) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 3D. RGB value is (77,1,61). Sum of RGB (Red+Green+Blue) = 77+1+61=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D013D is #B2FEC2. Grayscale: #1E1E1E. Windows color (decimal): -11730627 or 3998029. OLE color: 3998029.

HSL color Cylindrical-coordinate representation of color #4D013D: hue angle of 312.63º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D013D is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 1 61 -
CMYK 0 0.99 0.21 0.70
HSL 312.63º 0.97% 0.15% -
HSV(B) 312.63º 0.99% 0.3% -
XYZ 3.91 1.94 4.58 -
YUV 30.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 77 1 61 0 0.99 0.21 0.70 312.63 0.97 0.15
Hex 4D 1 3D 0 63 15 46 139 61 F
Octal 115 1 75 0 143 25 106 471 141 17
Binary 1001101 1 111101 0 1100011 10101 1000110 100111001 1100001 1111

Color Harmonies of #4D013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D013D

Black with #4D013D

Text Example


Text Example

White with #4D013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,1,61); }

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

background-color css

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

 a { background-color: rgb(77,1,61); }

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

border-color css

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

 span { border-color: rgb(77,1,61); }

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