Html Css Color HEX #491E48 Hot Purple

📋 copy color: '#491E48'

red 73 ◦ green 30 ◦ blue 72

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

Shades of Hot Purple #491E48

Tints of Hot Purple #491E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 41.71%
G = 17.14%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#491E48 (or 0x491E48) is known color: Hot Purple. HEX triplet: 49, 1E and 48. RGB value is (73,30,72). Sum of RGB (Red+Green+Blue) = 73+30+72=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #491E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E48 is #B6E1B7. Grayscale: #2F2F2F. Windows color (decimal): -11985336 or 4726345. OLE color: 4726345.

HSL color Cylindrical-coordinate representation of color #491E48: hue angle of 301.4º 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 #491E48 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 30 72 -
CMYK 0 0.59 0.01 0.71
HSL 301.4º 0.42% 0.2% -
HSV(B) 301.4º 0.59% 0.29% -
XYZ 4.38 2.81 6.44 -
YUV 47.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 73 30 72 0 0.59 0.01 0.71 301.4 0.42 0.2
Hex 49 1E 48 0 3B 1 47 12D 2A 14
Octal 111 36 110 0 73 1 107 455 52 24
Binary 1001001 11110 1001000 0 111011 1 1000111 100101101 101010 10100

Color Harmonies of #491E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E48

Black with #491E48

Text Example


Text Example

White with #491E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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