Html Css Color HEX #4D0346 Tyrian Purple

📋 copy color: '#4D0346'

red 77 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #4D0346

Tints of Tyrian Purple #4D0346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 70 (27.73% from 255) = 46.67%

R = 51.33%
G = 2%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4D0346 (or 0x4D0346) is known color: Tyrian Purple. HEX triplet: 4D, 03 and 46. RGB value is (77,3,70). Sum of RGB (Red+Green+Blue) = 77+3+70=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0346 is #B2FCB9. Grayscale: #202020. Windows color (decimal): -11730106 or 4588365. OLE color: 4588365.

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

Color convert

RGB 77 3 70 -
CMYK 0 0.96 0.09 0.70
HSL 305.68º 0.93% 0.16% -
HSV(B) 305.68º 0.96% 0.3% -
XYZ 4.2 2.09 5.98 -
YUV 32.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 77 3 70 0 0.96 0.09 0.70 305.68 0.93 0.16
Hex 4D 3 46 0 60 9 46 132 5C 10
Octal 115 3 106 0 140 11 106 462 134 20
Binary 1001101 11 1000110 0 1100000 1001 1000110 100110010 1011100 10000

Color Harmonies of #4D0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0346

Black with #4D0346

Text Example


Text Example

White with #4D0346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,3,70); }

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

background-color css

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

 a { background-color: rgb(77,3,70); }

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

border-color css

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

 span { border-color: rgb(77,3,70); }

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