#492250

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

Shades of Hot Purple #492250

Tints of Hot Purple #492250

Color information

#492250 (or 0x492250) is unknown color: approx Hot Purple. HEX triplet: 49, 22 and 50. RGB value is (73,34,80). Sum of RGB (Red+Green+Blue) = 73+34+80=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #492250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492250 is #B6DDAF. Grayscale: #323232. Windows color (decimal): -11984304 or 5251657. OLE color: 5251657.

HSL color Cylindrical-coordinate representation of color #492250: hue angle of 290.87º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492250 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB733480-
CMYK0.090.5800.69
HSL290.87º40.35%22.35%-
HSV(B)290.87º57.5%31.37%-
XYZ4.773.147.94-
YUV50.9144.42143.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=39.04%
G=18.18%
B=42.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7334800.090.5800.69290.8740.3522.35
Hex49225093A0451232816
Octal11142120117201054435026
Binary1001001100010101000010011110100100010110010001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492250; }

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

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

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

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

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

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

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

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