#490D4C

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

Shades of Hot Purple #490D4C

Tints of Hot Purple #490D4C

Color information

#490D4C (or 0x490D4C) is unknown color: approx Hot Purple. HEX triplet: 49, 0D and 4C. RGB value is (73,13,76). Sum of RGB (Red+Green+Blue) = 73+13+76=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #490D4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D4C is #B6F2B3. Grayscale: #252525. Windows color (decimal): -11989684 or 4984137. OLE color: 4984137.

HSL color Cylindrical-coordinate representation of color #490D4C: hue angle of 297.14º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #490D4C is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB731376-
CMYK0.040.8300.70
HSL297.14º70.79%17.45%-
HSV(B)297.14º82.89%29.8%-
XYZ4.22.237.05-
YUV38.12149.38152.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=45.06%
G=8.02%
B=46.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7313760.040.8300.70297.1470.7917.45
Hex49D4C4530461294711
Octal111151144123010645110721
Binary100100111011001100100101001101000110100101001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490D4C; }

 p { color: rgb(73,13,76); }

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

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

 a { background-color: rgb(73,13,76); }

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

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

 span { border-color: rgb(73,13,76); }

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