#492552

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

Shades of Hot Purple #492552

Tints of Hot Purple #492552

Color information

#492552 (or 0x492552) is unknown color: approx Hot Purple. HEX triplet: 49, 25 and 52. RGB value is (73,37,82). Sum of RGB (Red+Green+Blue) = 73+37+82=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #492552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492552 is #B6DAAD. Grayscale: #343434. Windows color (decimal): -11983534 or 5383497. OLE color: 5383497.

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

Color convert

RGB733782-
CMYK0.110.5500.68
HSL288º37.82%23.33%-
HSV(B)288º54.88%32.16%-
XYZ4.933.358.37-
YUV52.89144.43142.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 82 (32.42% from 255) = 42.71%
R=38.02%
G=19.27%
B=42.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7337820.110.5500.6828837.8223.33
Hex492552B370441202617
Octal11145122136701044404627
Binary1001001100101101001010111101110100010010010000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492552; }

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

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

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

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

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

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

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

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