#492550

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

Shades of Hot Purple #492550

Tints of Hot Purple #492550

Color information

#492550 (or 0x492550) is unknown color: approx Hot Purple. HEX triplet: 49, 25 and 50. RGB value is (73,37,80). Sum of RGB (Red+Green+Blue) = 73+37+80=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #492550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492550 is #B6DAAF. Grayscale: #343434. Windows color (decimal): -11983536 or 5252425. OLE color: 5252425.

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

Color convert

RGB733780-
CMYK0.090.5400.69
HSL290.23º36.75%22.94%-
HSV(B)290.23º53.75%31.37%-
XYZ4.863.327.97-
YUV52.67143.43142.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=38.42%
G=19.47%
B=42.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7337800.090.5400.69290.2336.7522.94
Hex4925509360451222517
Octal11145120116601054424527
Binary1001001100101101000010011101100100010110010001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492550; }

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

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

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

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

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

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

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

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