#492950

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

Shades of Hot Purple #492950

Tints of Hot Purple #492950

Color information

#492950 (or 0x492950) is unknown color: approx Hot Purple. HEX triplet: 49, 29 and 50. RGB value is (73,41,80). Sum of RGB (Red+Green+Blue) = 73+41+80=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #492950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492950 is #B6D6AF. Grayscale: #363636. Windows color (decimal): -11982512 or 5253449. OLE color: 5253449.

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

Color convert

RGB734180-
CMYK0.090.4900.69
HSL289.23º32.23%23.73%-
HSV(B)289.23º48.75%31.37%-
XYZ4.993.588.02-
YUV55.01142.1140.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=37.63%
G=21.13%
B=41.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7341800.090.4900.69289.2332.2323.73
Hex4929509310451212018
Octal11151120116101054414030
Binary1001001101001101000010011100010100010110010000110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492950; }

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

 H1.HeaderClassName
 {
   color: #492950;
 }
 .AnyTagClassName
 {
   color: #492950;
 }
</style>
background-color css

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

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

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

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

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

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