Html Css Color HEX #4D0040 Tyrian Purple

📋 copy color: '#4D0040'

red 77 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #4D0040

Tints of Tyrian Purple #4D0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 45.39%

R = 54.61%
G = 0%
B = 45.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D0040 (or 0x4D0040) is known color: Tyrian Purple. HEX triplet: 4D, 00 and 40. RGB value is (77,0,64). Sum of RGB (Red+Green+Blue) = 77+0+64=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0040 is #B2FFBF. Grayscale: #1E1E1E. Windows color (decimal): -11730880 or 4194381. OLE color: 4194381.

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

Color convert

RGB 77 0 64 -
CMYK 0 1 0.17 0.70
HSL 310.13º 1% 0.15% -
HSV(B) 310.13º 1% 0.3% -
XYZ 3.99 1.95 5.02 -
YUV 30.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 77 0 64 0 1 0.17 0.70 310.13 1 0.15
Hex 4D 0 40 0 64 11 46 136 64 F
Octal 115 0 100 0 144 21 106 466 144 17
Binary 1001101 0 1000000 0 1100100 10001 1000110 100110110 1100100 1111

Color Harmonies of #4D0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0040

Black with #4D0040

Text Example


Text Example

White with #4D0040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,0,64); }

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

background-color css

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

 a { background-color: rgb(77,0,64); }

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

border-color css

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

 span { border-color: rgb(77,0,64); }

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