Html Css Color HEX #49224D Hot Purple

📋 copy color: '#49224D'

red 73 ◦ green 34 ◦ blue 77

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

Shades of Hot Purple #49224D

Tints of Hot Purple #49224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

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

R = 39.67%
G = 18.48%
B = 41.85%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49224D (or 0x49224D) is known color: Hot Purple. HEX triplet: 49, 22 and 4D. RGB value is (73,34,77). Sum of RGB (Red+Green+Blue) = 73+34+77=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #49224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49224D is #B6DDB2. Grayscale: #323232. Windows color (decimal): -11984307 or 5055049. OLE color: 5055049.

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

Color convert

RGB 73 34 77 -
CMYK 0.05 0.56 0 0.70
HSL 294.42º 0.39% 0.22% -
HSV(B) 294.42º 0.56% 0.3% -
XYZ 4.66 3.1 7.37 -
YUV 50.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 73 34 77 0.05 0.56 0 0.70 294.42 0.39 0.22
Hex 49 22 4D 5 38 0 46 126 27 16
Octal 111 42 115 5 70 0 106 446 47 26
Binary 1001001 100010 1001101 101 111000 0 1000110 100100110 100111 10110

Color Harmonies of #49224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49224D

Black with #49224D

Text Example


Text Example

White with #49224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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