Html Css Color HEX #4D0B41 Tyrian Purple

📋 copy color: '#4D0B41'

red 77 ◦ green 11 ◦ blue 65

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

Shades of Tyrian Purple #4D0B41

Tints of Tyrian Purple #4D0B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.19%

 BLUE value IS 65 (25.78% from 255) = 42.48%

R = 50.33%
G = 7.19%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4D0B41 (or 0x4D0B41) is known color: Tyrian Purple. HEX triplet: 4D, 0B and 41. RGB value is (77,11,65). Sum of RGB (Red+Green+Blue) = 77+11+65=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0B41 is #B2F4BE. Grayscale: #242424. Windows color (decimal): -11728063 or 4262733. OLE color: 4262733.

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

Color convert

RGB 77 11 65 -
CMYK 0 0.86 0.16 0.70
HSL 310.91º 0.75% 0.17% -
HSV(B) 310.91º 0.86% 0.3% -
XYZ 4.13 2.2 5.21 -
YUV 36.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 77 11 65 0 0.86 0.16 0.70 310.91 0.75 0.17
Hex 4D B 41 0 56 10 46 137 4B 11
Octal 115 13 101 0 126 20 106 467 113 21
Binary 1001101 1011 1000001 0 1010110 10000 1000110 100110111 1001011 10001

Color Harmonies of #4D0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0B41

Black with #4D0B41

Text Example


Text Example

White with #4D0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,11,65); }

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

background-color css

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

 a { background-color: rgb(77,11,65); }

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

border-color css

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

 span { border-color: rgb(77,11,65); }

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