Html Css Color HEX #491F49 Hot Purple

📋 copy color: '#491F49'

red 73 ◦ green 31 ◦ blue 73

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

Shades of Hot Purple #491F49

Tints of Hot Purple #491F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.51%

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

R = 41.24%
G = 17.51%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#491F49 (or 0x491F49) is known color: Hot Purple. HEX triplet: 49, 1F and 49. RGB value is (73,31,73). Sum of RGB (Red+Green+Blue) = 73+31+73=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #491F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F49 is #B6E0B6. Grayscale: #303030. Windows color (decimal): -11985079 or 4792137. OLE color: 4792137.

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

Color convert

RGB 73 31 73 -
CMYK 0 0.58 0 0.71
HSL 300º 0.4% 0.2% -
HSV(B) 300º 0.58% 0.29% -
XYZ 4.44 2.88 6.62 -
YUV 48.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 73 31 73 0 0.58 0 0.71 300 0.4 0.2
Hex 49 1F 49 0 3A 0 47 12C 28 14
Octal 111 37 111 0 72 0 107 454 50 24
Binary 1001001 11111 1001001 0 111010 0 1000111 100101100 101000 10100

Color Harmonies of #491F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F49

Black with #491F49

Text Example


Text Example

White with #491F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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