Html Css Color HEX #4D0144 Tyrian Purple

📋 copy color: '#4D0144'

red 77 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #4D0144

Tints of Tyrian Purple #4D0144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 46.58%

R = 52.74%
G = 0.68%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#4D0144 (or 0x4D0144) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 44. RGB value is (77,1,68). Sum of RGB (Red+Green+Blue) = 77+1+68=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0144 is #B2FEBB. Grayscale: #1F1F1F. Windows color (decimal): -11730620 or 4456781. OLE color: 4456781.

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

Color convert

RGB 77 1 68 -
CMYK 0 0.99 0.12 0.70
HSL 307.11º 0.97% 0.15% -
HSV(B) 307.11º 0.99% 0.3% -
XYZ 4.11 2.02 5.64 -
YUV 31.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 77 1 68 0 0.99 0.12 0.70 307.11 0.97 0.15
Hex 4D 1 44 0 63 C 46 133 61 F
Octal 115 1 104 0 143 14 106 463 141 17
Binary 1001101 1 1000100 0 1100011 1100 1000110 100110011 1100001 1111

Color Harmonies of #4D0144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0144

Black with #4D0144

Text Example


Text Example

White with #4D0144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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