Html Css Color HEX #491449 Hot Purple

📋 copy color: '#491449'

red 73 ◦ green 20 ◦ blue 73

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

Shades of Hot Purple #491449

Tints of Hot Purple #491449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

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

R = 43.98%
G = 12.05%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#491449 (or 0x491449) is known color: Hot Purple. HEX triplet: 49, 14 and 49. RGB value is (73,20,73). Sum of RGB (Red+Green+Blue) = 73+20+73=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #491449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491449 is #B6EBB6. Grayscale: #292929. Windows color (decimal): -11987895 or 4789321. OLE color: 4789321.

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

Color convert

RGB 73 20 73 -
CMYK 0 0.73 0 0.71
HSL 300º 0.57% 0.18% -
HSV(B) 300º 0.73% 0.29% -
XYZ 4.2 2.4 6.54 -
YUV 41.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 73 20 73 0 0.73 0 0.71 300 0.57 0.18
Hex 49 14 49 0 49 0 47 12C 39 12
Octal 111 24 111 0 111 0 107 454 71 22
Binary 1001001 10100 1001001 0 1001001 0 1000111 100101100 111001 10010

Color Harmonies of #491449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491449

Black with #491449

Text Example


Text Example

White with #491449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491449; }

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

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

background-color css

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

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

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

border-color css

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

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

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