Html Css Color HEX #491750 Hot Purple

📋 copy color: '#491750'

red 73 ◦ green 23 ◦ blue 80

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

Shades of Hot Purple #491750

Tints of Hot Purple #491750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

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

R = 41.48%
G = 13.07%
B = 45.45%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#491750 (or 0x491750) is known color: Hot Purple. HEX triplet: 49, 17 and 50. RGB value is (73,23,80). Sum of RGB (Red+Green+Blue) = 73+23+80=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #491750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491750 is #B6E8AF. Grayscale: #2C2C2C. Windows color (decimal): -11987120 or 5248841. OLE color: 5248841.

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

Color convert

RGB 73 23 80 -
CMYK 0.09 0.71 0 0.69
HSL 292.63º 0.55% 0.2% -
HSV(B) 292.63º 0.71% 0.31% -
XYZ 4.5 2.61 7.86 -
YUV 44.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 73 23 80 0.09 0.71 0 0.69 292.63 0.55 0.2
Hex 49 17 50 9 47 0 45 125 37 14
Octal 111 27 120 11 107 0 105 445 67 24
Binary 1001001 10111 1010000 1001 1000111 0 1000101 100100101 110111 10100

Color Harmonies of #491750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491750

Black with #491750

Text Example


Text Example

White with #491750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491750; }

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

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

background-color css

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

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

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

border-color css

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

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

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