Html Css Color HEX #4D0048 Tyrian Purple

📋 copy color: '#4D0048'

red 77 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #4D0048

Tints of Tyrian Purple #4D0048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48.32%

R = 51.68%
G = 0%
B = 48.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D0048 (or 0x4D0048) is known color: Tyrian Purple. HEX triplet: 4D, 00 and 48. RGB value is (77,0,72). Sum of RGB (Red+Green+Blue) = 77+0+72=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0048 is #B2FFB7. Grayscale: #1F1F1F. Windows color (decimal): -11730872 or 4718669. OLE color: 4718669.

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

Color convert

RGB 77 0 72 -
CMYK 0 1 0.06 0.70
HSL 303.9º 1% 0.15% -
HSV(B) 303.9º 1% 0.3% -
XYZ 4.23 2.05 6.3 -
YUV 31.23 151.01 160.65 -
System Red Green Blue C M Y K H S L
Decimal 77 0 72 0 1 0.06 0.70 303.9 1 0.15
Hex 4D 0 48 0 64 6 46 130 64 F
Octal 115 0 110 0 144 6 106 460 144 17
Binary 1001101 0 1001000 0 1100100 110 1000110 100110000 1100100 1111

Color Harmonies of #4D0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0048

Black with #4D0048

Text Example


Text Example

White with #4D0048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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