Html Css Color HEX #491050 Hot Purple

📋 copy color: '#491050'

red 73 ◦ green 16 ◦ blue 80

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

Shades of Hot Purple #491050

Tints of Hot Purple #491050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 43.2%
G = 9.47%
B = 47.34%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#491050 (or 0x491050) is known color: Hot Purple. HEX triplet: 49, 10 and 50. RGB value is (73,16,80). Sum of RGB (Red+Green+Blue) = 73+16+80=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #491050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491050 is #B6EFAF. Grayscale: #282828. Windows color (decimal): -11988912 or 5247049. OLE color: 5247049.

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

Color convert

RGB 73 16 80 -
CMYK 0.09 0.80 0 0.69
HSL 293.44º 0.67% 0.19% -
HSV(B) 293.44º 0.8% 0.31% -
XYZ 4.38 2.37 7.82 -
YUV 40.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 73 16 80 0.09 0.80 0 0.69 293.44 0.67 0.19
Hex 49 10 50 9 50 0 45 125 43 13
Octal 111 20 120 11 120 0 105 445 103 23
Binary 1001001 10000 1010000 1001 1010000 0 1000101 100100101 1000011 10011

Color Harmonies of #491050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491050

Black with #491050

Text Example


Text Example

White with #491050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491050; }

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

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

background-color css

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

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

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

border-color css

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

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

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