Html Css Color HEX #4D1149 Hot Purple

📋 copy color: '#4D1149'

red 77 ◦ green 17 ◦ blue 73

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

Shades of Hot Purple #4D1149

Tints of Hot Purple #4D1149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 73 (28.91% from 255) = 43.71%

R = 46.11%
G = 10.18%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4D1149 (or 0x4D1149) is known color: Hot Purple. HEX triplet: 4D, 11 and 49. RGB value is (77,17,73). Sum of RGB (Red+Green+Blue) = 77+17+73=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1149 is #B2EEB6. Grayscale: #292929. Windows color (decimal): -11726519 or 4788557. OLE color: 4788557.

HSL color Cylindrical-coordinate representation of color #4D1149: hue angle of 304º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1149 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 17 73 -
CMYK 0 0.78 0.05 0.70
HSL 304º 0.64% 0.18% -
HSV(B) 304º 0.78% 0.3% -
XYZ 4.46 2.46 6.54 -
YUV 41.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 77 17 73 0 0.78 0.05 0.70 304 0.64 0.18
Hex 4D 11 49 0 4E 5 46 130 40 12
Octal 115 21 111 0 116 5 106 460 100 22
Binary 1001101 10001 1001001 0 1001110 101 1000110 100110000 1000000 10010

Color Harmonies of #4D1149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1149

Black with #4D1149

Text Example


Text Example

White with #4D1149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,17,73); }

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

background-color css

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

 a { background-color: rgb(77,17,73); }

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

border-color css

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

 span { border-color: rgb(77,17,73); }

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