#492750

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

Shades of Hot Purple #492750

Tints of Hot Purple #492750

Color information

#492750 (or 0x492750) is unknown color: approx Hot Purple. HEX triplet: 49, 27 and 50. RGB value is (73,39,80). Sum of RGB (Red+Green+Blue) = 73+39+80=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #492750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492750 is #B6D8AF. Grayscale: #353535. Windows color (decimal): -11983024 or 5252937. OLE color: 5252937.

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

Color convert

RGB733980-
CMYK0.090.5100.69
HSL289.76º34.45%23.33%-
HSV(B)289.76º51.25%31.37%-
XYZ4.923.458-
YUV53.84142.76141.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=38.02%
G=20.31%
B=41.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7339800.090.5100.69289.7634.4523.33
Hex4927509330451222217
Octal11147120116301054424227
Binary1001001100111101000010011100110100010110010001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492750; }

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

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

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

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

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

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

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

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