#492C50

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

Shades of Hot Purple #492C50

Tints of Hot Purple #492C50

Color information

#492C50 (or 0x492C50) is unknown color: approx Hot Purple. HEX triplet: 49, 2C and 50. RGB value is (73,44,80). Sum of RGB (Red+Green+Blue) = 73+44+80=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #492C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C50 is #B6D3AF. Grayscale: #383838. Windows color (decimal): -11981744 or 5254217. OLE color: 5254217.

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

Color convert

RGB734480-
CMYK0.090.4500.69
HSL288.33º29.03%24.31%-
HSV(B)288.33º45%31.37%-
XYZ5.13.88.05-
YUV56.78141.11139.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=37.06%
G=22.34%
B=40.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7344800.090.4500.69288.3329.0324.31
Hex492C5092D0451201d18
Octal11154120115501054403530
Binary100100110110010100001001101101010001011001000001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492C50; }

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

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

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

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

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

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

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

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