Html Css Color HEX #491E50 Hot Purple

📋 copy color: '#491E50'

red 73 ◦ green 30 ◦ blue 80

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

Shades of Hot Purple #491E50

Tints of Hot Purple #491E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.72%

R = 39.89%
G = 16.39%
B = 43.72%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#491E50 (or 0x491E50) is known color: Hot Purple. HEX triplet: 49, 1E and 50. RGB value is (73,30,80). Sum of RGB (Red+Green+Blue) = 73+30+80=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #491E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E50 is #B6E1AF. Grayscale: #303030. Windows color (decimal): -11985328 or 5250633. OLE color: 5250633.

HSL color Cylindrical-coordinate representation of color #491E50: hue angle of 291.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491E50 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 30 80 -
CMYK 0.09 0.62 0 0.69
HSL 291.6º 0.45% 0.22% -
HSV(B) 291.6º 0.63% 0.31% -
XYZ 4.66 2.92 7.91 -
YUV 48.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 73 30 80 0.09 0.62 0 0.69 291.6 0.45 0.22
Hex 49 1E 50 9 3E 0 45 124 2D 16
Octal 111 36 120 11 76 0 105 444 55 26
Binary 1001001 11110 1010000 1001 111110 0 1000101 100100100 101101 10110

Color Harmonies of #491E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E50

Black with #491E50

Text Example


Text Example

White with #491E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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