Html Css Color HEX #491950 Hot Purple

📋 copy color: '#491950'

red 73 ◦ green 25 ◦ blue 80

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

Shades of Hot Purple #491950

Tints of Hot Purple #491950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 41.01%
G = 14.04%
B = 44.94%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#491950 (or 0x491950) is known color: Hot Purple. HEX triplet: 49, 19 and 50. RGB value is (73,25,80). Sum of RGB (Red+Green+Blue) = 73+25+80=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #491950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491950 is #B6E6AF. Grayscale: #2D2D2D. Windows color (decimal): -11986608 or 5249353. OLE color: 5249353.

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

Color convert

RGB 73 25 80 -
CMYK 0.09 0.69 0 0.69
HSL 292.36º 0.52% 0.21% -
HSV(B) 292.36º 0.69% 0.31% -
XYZ 4.54 2.69 7.87 -
YUV 45.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 73 25 80 0.09 0.69 0 0.69 292.36 0.52 0.21
Hex 49 19 50 9 45 0 45 124 34 15
Octal 111 31 120 11 105 0 105 444 64 25
Binary 1001001 11001 1010000 1001 1000101 0 1000101 100100100 110100 10101

Color Harmonies of #491950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491950

Black with #491950

Text Example


Text Example

White with #491950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491950; }

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

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

background-color css

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

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

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

border-color css

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

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

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