Html Css Color HEX #49294D Hot Purple

📋 copy color: '#49294D'

red 73 ◦ green 41 ◦ blue 77

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

Shades of Hot Purple #49294D

Tints of Hot Purple #49294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 38.22%
G = 21.47%
B = 40.31%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49294D (or 0x49294D) is known color: Hot Purple. HEX triplet: 49, 29 and 4D. RGB value is (73,41,77). Sum of RGB (Red+Green+Blue) = 73+41+77=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #49294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49294D is #B6D6B2. Grayscale: #363636. Windows color (decimal): -11982515 or 5056841. OLE color: 5056841.

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

Color convert

RGB 73 41 77 -
CMYK 0.05 0.47 0 0.70
HSL 293.33º 0.31% 0.23% -
HSV(B) 293.33º 0.47% 0.3% -
XYZ 4.88 3.54 7.45 -
YUV 54.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 73 41 77 0.05 0.47 0 0.70 293.33 0.31 0.23
Hex 49 29 4D 5 2F 0 46 125 1F 17
Octal 111 51 115 5 57 0 106 445 37 27
Binary 1001001 101001 1001101 101 101111 0 1000110 100100101 11111 10111

Color Harmonies of #49294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49294D

Black with #49294D

Text Example


Text Example

White with #49294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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