Html Css Color HEX #49224B Hot Purple

📋 copy color: '#49224B'

red 73 ◦ green 34 ◦ blue 75

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

Shades of Hot Purple #49224B

Tints of Hot Purple #49224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.21%

R = 40.11%
G = 18.68%
B = 41.21%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49224B (or 0x49224B) is known color: Hot Purple. HEX triplet: 49, 22 and 4B. RGB value is (73,34,75). Sum of RGB (Red+Green+Blue) = 73+34+75=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #49224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49224B is #B6DDB4. Grayscale: #323232. Windows color (decimal): -11984309 or 4923977. OLE color: 4923977.

HSL color Cylindrical-coordinate representation of color #49224B: hue angle of 297.07º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49224B is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 75 -
CMYK 0.03 0.55 0 0.71
HSL 297.07º 0.38% 0.21% -
HSV(B) 297.07º 0.55% 0.29% -
XYZ 4.59 3.07 7.01 -
YUV 50.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 73 34 75 0.03 0.55 0 0.71 297.07 0.38 0.21
Hex 49 22 4B 3 37 0 47 129 26 15
Octal 111 42 113 3 67 0 107 451 46 25
Binary 1001001 100010 1001011 11 110111 0 1000111 100101001 100110 10101

Color Harmonies of #49224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49224B

Black with #49224B

Text Example


Text Example

White with #49224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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