Html Css Color HEX #4D0148 Tyrian Purple

📋 copy color: '#4D0148'

red 77 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #4D0148

Tints of Tyrian Purple #4D0148

RGB

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

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

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

R = 51.33%
G = 0.67%
B = 48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D0148 (or 0x4D0148) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 48. RGB value is (77,1,72). Sum of RGB (Red+Green+Blue) = 77+1+72=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0148 is #B2FEB7. Grayscale: #1F1F1F. Windows color (decimal): -11730616 or 4718925. OLE color: 4718925.

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

Color convert

RGB 77 1 72 -
CMYK 0 0.99 0.06 0.70
HSL 303.95º 0.97% 0.15% -
HSV(B) 303.95º 0.99% 0.3% -
XYZ 4.24 2.07 6.31 -
YUV 31.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 77 1 72 0 0.99 0.06 0.70 303.95 0.97 0.15
Hex 4D 1 48 0 63 6 46 130 61 F
Octal 115 1 110 0 143 6 106 460 141 17
Binary 1001101 1 1001000 0 1100011 110 1000110 100110000 1100001 1111

Color Harmonies of #4D0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0148

Black with #4D0148

Text Example


Text Example

White with #4D0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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