#492251

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

Shades of Hot Purple #492251

Tints of Hot Purple #492251

Color information

#492251 (or 0x492251) is unknown color: approx Hot Purple. HEX triplet: 49, 22 and 51. RGB value is (73,34,81). Sum of RGB (Red+Green+Blue) = 73+34+81=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #492251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492251 is #B6DDAE. Grayscale: #323232. Windows color (decimal): -11984303 or 5317193. OLE color: 5317193.

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

Color convert

RGB733481-
CMYK0.100.5800.68
HSL289.79º40.87%22.55%-
HSV(B)289.79º58.02%31.76%-
XYZ4.83.158.14-
YUV51.02144.92143.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=38.83%
G=18.09%
B=43.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7334810.100.5800.68289.7940.8722.55
Hex492251A3A0441222917
Octal11142121127201044425127
Binary1001001100010101000110101110100100010010010001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492251; }

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

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

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

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

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

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

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

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