#492151

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

Shades of Hot Purple #492151

Tints of Hot Purple #492151

Color information

#492151 (or 0x492151) is unknown color: approx Hot Purple. HEX triplet: 49, 21 and 51. RGB value is (73,33,81). Sum of RGB (Red+Green+Blue) = 73+33+81=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #492151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492151 is #B6DEAE. Grayscale: #323232. Windows color (decimal): -11984559 or 5316937. OLE color: 5316937.

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

Color convert

RGB733381-
CMYK0.100.5900.68
HSL290º42.11%22.35%-
HSV(B)290º59.26%31.76%-
XYZ4.783.18.13-
YUV50.43145.25144.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=39.04%
G=17.65%
B=43.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7333810.100.5900.6829042.1122.35
Hex492151A3B0441222a16
Octal11141121127301044425226
Binary1001001100001101000110101110110100010010010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492151; }

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

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

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

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

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

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

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

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