#492752

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

Shades of Hot Purple #492752

Tints of Hot Purple #492752

Color information

#492752 (or 0x492752) is unknown color: approx Hot Purple. HEX triplet: 49, 27 and 52. RGB value is (73,39,82). Sum of RGB (Red+Green+Blue) = 73+39+82=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #492752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492752 is #B6D8AD. Grayscale: #353535. Windows color (decimal): -11983022 or 5384009. OLE color: 5384009.

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

Color convert

RGB733982-
CMYK0.110.5200.68
HSL287.44º35.54%23.73%-
HSV(B)287.44º52.44%32.16%-
XYZ53.488.39-
YUV54.07143.76141.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 39 (15.62% from 255) = 20.10%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=37.63%
G=20.10%
B=42.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7339820.110.5200.68287.4435.5423.73
Hex492752B3404411f2418
Octal11147122136401044374430
Binary1001001100111101001010111101000100010010001111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492752; }

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

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

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

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

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

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

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

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