#492851

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

Shades of Hot Purple #492851

Tints of Hot Purple #492851

Color information

#492851 (or 0x492851) is unknown color: approx Hot Purple. HEX triplet: 49, 28 and 51. RGB value is (73,40,81). Sum of RGB (Red+Green+Blue) = 73+40+81=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #492851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492851 is #B6D7AE. Grayscale: #363636. Windows color (decimal): -11982767 or 5318729. OLE color: 5318729.

HSL color Cylindrical-coordinate representation of color #492851: hue angle of 288.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #492851 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB734081-
CMYK0.100.5100.68
HSL288.29º33.88%23.73%-
HSV(B)288.29º50.62%31.76%-
XYZ4.993.538.2-
YUV54.54142.93141.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 40 (16.02% from 255) = 20.62%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=37.63%
G=20.62%
B=41.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7340810.100.5100.68288.2933.8823.73
Hex492851A330441202218
Octal11150121126301044404230
Binary1001001101000101000110101100110100010010010000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492851; }

 p { color: rgb(73,40,81); }

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

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

 a { background-color: rgb(73,40,81); }

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

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

 span { border-color: rgb(73,40,81); }

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