#492052

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

Shades of Hot Purple #492052

Tints of Hot Purple #492052

Color information

#492052 (or 0x492052) is unknown color: approx Hot Purple. HEX triplet: 49, 20 and 52. RGB value is (73,32,82). Sum of RGB (Red+Green+Blue) = 73+32+82=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #492052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492052 is #B6DFAD. Grayscale: #313131. Windows color (decimal): -11984814 or 5382217. OLE color: 5382217.

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

Color convert

RGB733282-
CMYK0.110.6100.68
HSL289.2º43.86%22.35%-
HSV(B)289.2º60.98%32.16%-
XYZ4.793.068.32-
YUV49.96146.08144.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=39.04%
G=17.11%
B=43.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7332820.110.6100.68289.243.8622.35
Hex492052B3D0441212c16
Octal11140122137501044415426
Binary1001001100000101001010111111010100010010010000110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492052; }

 p { color: rgb(73,32,82); }

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

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

 a { background-color: rgb(73,32,82); }

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

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

 span { border-color: rgb(73,32,82); }

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