#492C4A

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

Shades of Hot Purple #492C4A

Tints of Hot Purple #492C4A

Color information

#492C4A (or 0x492C4A) is unknown color: approx Hot Purple. HEX triplet: 49, 2C and 4A. RGB value is (73,44,74). Sum of RGB (Red+Green+Blue) = 73+44+74=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 74 - color contains mainly: blue. Hex color #492C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C4A is #B6D3B5. Grayscale: #383838. Windows color (decimal): -11981750 or 4861001. OLE color: 4861001.

HSL color Cylindrical-coordinate representation of color #492C4A: hue angle of 298º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492C4A is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB734474-
CMYK0.010.4100.71
HSL298º25.42%23.14%-
HSV(B)298º40.54%29.02%-
XYZ4.883.716.94-
YUV56.09138.11140.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=38.22%
G=23.04%
B=38.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7344740.010.4100.7129825.4223.14
Hex492C4A12904712a1917
Octal1115411215101074523127
Binary100100110110010010101101001010001111001010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492C4A; }

 p { color: rgb(73,44,74); }

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

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

 a { background-color: rgb(73,44,74); }

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

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

 span { border-color: rgb(73,44,74); }

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