Html Css Color HEX #491650 Hot Purple

📋 copy color: '#491650'

red 73 ◦ green 22 ◦ blue 80

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

Shades of Hot Purple #491650

Tints of Hot Purple #491650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

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

R = 41.71%
G = 12.57%
B = 45.71%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#491650 (or 0x491650) is known color: Hot Purple. HEX triplet: 49, 16 and 50. RGB value is (73,22,80). Sum of RGB (Red+Green+Blue) = 73+22+80=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #491650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491650 is #B6E9AF. Grayscale: #2B2B2B. Windows color (decimal): -11987376 or 5248585. OLE color: 5248585.

HSL color Cylindrical-coordinate representation of color #491650: hue angle of 292.76º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491650 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 22 80 -
CMYK 0.09 0.72 0 0.69
HSL 292.76º 0.57% 0.2% -
HSV(B) 292.76º 0.73% 0.31% -
XYZ 4.48 2.57 7.85 -
YUV 43.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 73 22 80 0.09 0.72 0 0.69 292.76 0.57 0.2
Hex 49 16 50 9 48 0 45 125 39 14
Octal 111 26 120 11 110 0 105 445 71 24
Binary 1001001 10110 1010000 1001 1001000 0 1000101 100100101 111001 10100

Color Harmonies of #491650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491650

Black with #491650

Text Example


Text Example

White with #491650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491650; }

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

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

background-color css

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

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

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

border-color css

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

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

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