Html Css Color HEX #49194D Hot Purple

📋 copy color: '#49194D'

red 73 ◦ green 25 ◦ blue 77

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

Shades of Hot Purple #49194D

Tints of Hot Purple #49194D

RGB

 RED value IS 73 (28.91% from 255) = 41.71%

 GREEN value IS 25 (10.16% from 255) = 14.29%

 BLUE value IS 77 (30.47% from 255) = 44%

R = 41.71%
G = 14.29%
B = 44%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49194D (or 0x49194D) is known color: Hot Purple. HEX triplet: 49, 19 and 4D. RGB value is (73,25,77). Sum of RGB (Red+Green+Blue) = 73+25+77=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #49194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49194D is #B6E6B2. Grayscale: #2D2D2D. Windows color (decimal): -11986611 or 5052745. OLE color: 5052745.

HSL color Cylindrical-coordinate representation of color #49194D: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49194D is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 25 77 -
CMYK 0.05 0.68 0 0.70
HSL 295.38º 0.51% 0.2% -
HSV(B) 295.38º 0.68% 0.3% -
XYZ 4.43 2.65 7.3 -
YUV 45.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 73 25 77 0.05 0.68 0 0.70 295.38 0.51 0.2
Hex 49 19 4D 5 44 0 46 127 33 14
Octal 111 31 115 5 104 0 106 447 63 24
Binary 1001001 11001 1001101 101 1000100 0 1000110 100100111 110011 10100

Color Harmonies of #49194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49194D

Black with #49194D

Text Example


Text Example

White with #49194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49194D; }

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

 H1.HeaderClassName
 {
   color: #49194D;
 }
 .AnyTagClassName
 {
   color: #49194D;
 }
</style>

background-color css

<style>
 a { background-color: #49194D; }

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

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

border-color css

<style>
 span { border-color: #49194D; }

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

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