#492152

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

Shades of Hot Purple #492152

Tints of Hot Purple #492152

Color information

#492152 (or 0x492152) is unknown color: approx Hot Purple. HEX triplet: 49, 21 and 52. RGB value is (73,33,82). Sum of RGB (Red+Green+Blue) = 73+33+82=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #492152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492152 is #B6DEAD. Grayscale: #323232. Windows color (decimal): -11984558 or 5382473. OLE color: 5382473.

HSL color Cylindrical-coordinate representation of color #492152: hue angle of 288.98º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492152 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB733382-
CMYK0.110.6000.68
HSL288.98º42.61%22.55%-
HSV(B)288.98º59.76%32.16%-
XYZ4.813.118.33-
YUV50.55145.75144.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 33 (13.28% from 255) = 17.55%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=38.83%
G=17.55%
B=43.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7333820.110.6000.68288.9842.6122.55
Hex492152B3C0441212b17
Octal11141122137401044415327
Binary1001001100001101001010111111000100010010010000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492152; }

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

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

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

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

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

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

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

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