Html Css Color HEX #4D013A Tyrian Purple

📋 copy color: '#4D013A'

red 77 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #4D013A

Tints of Tyrian Purple #4D013A

RGB

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

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

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

R = 56.62%
G = 0.74%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D013A (or 0x4D013A) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 3A. RGB value is (77,1,58). Sum of RGB (Red+Green+Blue) = 77+1+58=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D013A is #B2FEC5. Grayscale: #1E1E1E. Windows color (decimal): -11730630 or 3801421. OLE color: 3801421.

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

Color convert

RGB 77 1 58 -
CMYK 0 0.99 0.25 0.70
HSL 315º 0.97% 0.15% -
HSV(B) 315º 0.99% 0.3% -
XYZ 3.84 1.9 4.17 -
YUV 30.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 77 1 58 0 0.99 0.25 0.70 315 0.97 0.15
Hex 4D 1 3A 0 63 19 46 13B 61 F
Octal 115 1 72 0 143 31 106 473 141 17
Binary 1001101 1 111010 0 1100011 11001 1000110 100111011 1100001 1111

Color Harmonies of #4D013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D013A

Black with #4D013A

Text Example


Text Example

White with #4D013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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