Html Css Color HEX #491E49 Hot Purple

📋 copy color: '#491E49'

red 73 ◦ green 30 ◦ blue 73

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

Shades of Hot Purple #491E49

Tints of Hot Purple #491E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.05%

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

R = 41.48%
G = 17.05%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#491E49 (or 0x491E49) is known color: Hot Purple. HEX triplet: 49, 1E and 49. RGB value is (73,30,73). Sum of RGB (Red+Green+Blue) = 73+30+73=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: red, blue. Hex color #491E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E49 is #B6E1B6. Grayscale: #2F2F2F. Windows color (decimal): -11985335 or 4791881. OLE color: 4791881.

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

Color convert

RGB 73 30 73 -
CMYK 0 0.59 0 0.71
HSL 300º 0.42% 0.2% -
HSV(B) 300º 0.59% 0.29% -
XYZ 4.41 2.83 6.62 -
YUV 47.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 73 30 73 0 0.59 0 0.71 300 0.42 0.2
Hex 49 1E 49 0 3B 0 47 12C 2A 14
Octal 111 36 111 0 73 0 107 454 52 24
Binary 1001001 11110 1001001 0 111011 0 1000111 100101100 101010 10100

Color Harmonies of #491E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E49

Black with #491E49

Text Example


Text Example

White with #491E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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