#491750

Color #491750 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #491750

Tints of Hot Purple #491750

Color information

#491750 (or 0x491750) is unknown color: approx 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

RGB732380-
CMYK0.090.7100.69
HSL292.63º55.34%20.2%-
HSV(B)292.63º71.25%31.37%-
XYZ4.52.617.86-
YUV44.45148.06148.37-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7323800.090.7100.69292.6355.3420.2
Hex4917509470451253714
Octal111271201110701054456724
Binary1001001101111010000100110001110100010110010010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>