#492651

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

Shades of Hot Purple #492651

Tints of Hot Purple #492651

Color information

#492651 (or 0x492651) is unknown color: approx Hot Purple. HEX triplet: 49, 26 and 51. RGB value is (73,38,81). Sum of RGB (Red+Green+Blue) = 73+38+81=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #492651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492651 is #B6D9AE. Grayscale: #353535. Windows color (decimal): -11983279 or 5318217. OLE color: 5318217.

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

Color convert

RGB733881-
CMYK0.100.5300.68
HSL288.84º36.13%23.33%-
HSV(B)288.84º53.09%31.76%-
XYZ4.933.48.18-
YUV53.37143.6142-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=38.02%
G=19.79%
B=42.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7338810.100.5300.68288.8436.1323.33
Hex492651A350441212417
Octal11146121126501044414427
Binary1001001100110101000110101101010100010010010000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492651; }

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

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

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

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

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

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

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

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