Html Css Color HEX #492449 Hot Purple

📋 copy color: '#492449'

red 73 ◦ green 36 ◦ blue 73

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

Shades of Hot Purple #492449

Tints of Hot Purple #492449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

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

R = 40.11%
G = 19.78%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#492449 (or 0x492449) is known color: Hot Purple. HEX triplet: 49, 24 and 49. RGB value is (73,36,73). Sum of RGB (Red+Green+Blue) = 73+36+73=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #492449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492449 is #B6DBB6. Grayscale: #333333. Windows color (decimal): -11983799 or 4793417. OLE color: 4793417.

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

Color convert

RGB 73 36 73 -
CMYK 0 0.51 0 0.71
HSL 300º 0.34% 0.21% -
HSV(B) 300º 0.51% 0.29% -
XYZ 4.58 3.16 6.67 -
YUV 51.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 73 36 73 0 0.51 0 0.71 300 0.34 0.21
Hex 49 24 49 0 33 0 47 12C 22 15
Octal 111 44 111 0 63 0 107 454 42 25
Binary 1001001 100100 1001001 0 110011 0 1000111 100101100 100010 10101

Color Harmonies of #492449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492449

Black with #492449

Text Example


Text Example

White with #492449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492449; }

 p { color: rgb(73,36,73); }

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

background-color css

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

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

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

border-color css

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

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

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