Html Css Color HEX #491949 Hot Purple

📋 copy color: '#491949'

red 73 ◦ green 25 ◦ blue 73

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

Shades of Hot Purple #491949

Tints of Hot Purple #491949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.62%

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

R = 42.69%
G = 14.62%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#491949 (or 0x491949) is known color: Hot Purple. HEX triplet: 49, 19 and 49. RGB value is (73,25,73). Sum of RGB (Red+Green+Blue) = 73+25+73=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #491949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491949 is #B6E6B6. Grayscale: #2C2C2C. Windows color (decimal): -11986615 or 4790601. OLE color: 4790601.

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

Color convert

RGB 73 25 73 -
CMYK 0 0.66 0 0.71
HSL 300º 0.49% 0.19% -
HSV(B) 300º 0.66% 0.29% -
XYZ 4.3 2.59 6.58 -
YUV 44.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 73 25 73 0 0.66 0 0.71 300 0.49 0.19
Hex 49 19 49 0 42 0 47 12C 31 13
Octal 111 31 111 0 102 0 107 454 61 23
Binary 1001001 11001 1001001 0 1000010 0 1000111 100101100 110001 10011

Color Harmonies of #491949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491949

Black with #491949

Text Example


Text Example

White with #491949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491949; }

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

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

background-color css

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

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

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

border-color css

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

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

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