Html Css Color HEX #4D0F49 Hot Purple

📋 copy color: '#4D0F49'

red 77 ◦ green 15 ◦ blue 73

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

Shades of Hot Purple #4D0F49

Tints of Hot Purple #4D0F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.09%

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

R = 46.67%
G = 9.09%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#4D0F49 (or 0x4D0F49) is known color: Hot Purple. HEX triplet: 4D, 0F and 49. RGB value is (77,15,73). Sum of RGB (Red+Green+Blue) = 77+15+73=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0F49 is #B2F0B6. Grayscale: #272727. Windows color (decimal): -11727031 or 4788045. OLE color: 4788045.

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

Color convert

RGB 77 15 73 -
CMYK 0 0.81 0.05 0.70
HSL 303.87º 0.67% 0.18% -
HSV(B) 303.87º 0.81% 0.3% -
XYZ 4.43 2.4 6.53 -
YUV 40.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 77 15 73 0 0.81 0.05 0.70 303.87 0.67 0.18
Hex 4D F 49 0 51 5 46 130 43 12
Octal 115 17 111 0 121 5 106 460 103 22
Binary 1001101 1111 1001001 0 1010001 101 1000110 100110000 1000011 10010

Color Harmonies of #4D0F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0F49

Black with #4D0F49

Text Example


Text Example

White with #4D0F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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