Html Css Color HEX #4D0147 Tyrian Purple

📋 copy color: '#4D0147'

red 77 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #4D0147

Tints of Tyrian Purple #4D0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 47.65%

R = 51.68%
G = 0.67%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#4D0147 (or 0x4D0147) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 47. RGB value is (77,1,71). Sum of RGB (Red+Green+Blue) = 77+1+71=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0147 is #B2FEB8. Grayscale: #1F1F1F. Windows color (decimal): -11730617 or 4653389. OLE color: 4653389.

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

Color convert

RGB 77 1 71 -
CMYK 0 0.99 0.08 0.70
HSL 304.74º 0.97% 0.15% -
HSV(B) 304.74º 0.99% 0.3% -
XYZ 4.21 2.05 6.14 -
YUV 31.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 77 1 71 0 0.99 0.08 0.70 304.74 0.97 0.15
Hex 4D 1 47 0 63 8 46 131 61 F
Octal 115 1 107 0 143 10 106 461 141 17
Binary 1001101 1 1000111 0 1100011 1000 1000110 100110001 1100001 1111

Color Harmonies of #4D0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0147

Black with #4D0147

Text Example


Text Example

White with #4D0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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