#490A4C

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

Shades of Hot Purple #490A4C

Tints of Hot Purple #490A4C

Color information

#490A4C (or 0x490A4C) is unknown color: approx Hot Purple. HEX triplet: 49, 0A and 4C. RGB value is (73,10,76). Sum of RGB (Red+Green+Blue) = 73+10+76=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #490A4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A4C is #B6F5B3. Grayscale: #242424. Windows color (decimal): -11990452 or 4983369. OLE color: 4983369.

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

Color convert

RGB731076-
CMYK0.040.8700.70
HSL297.27º76.74%16.86%-
HSV(B)297.27º86.84%29.8%-
XYZ4.162.167.03-
YUV36.36150.37154.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 76 (30.08% from 255) = 47.80%
R=45.91%
G=6.29%
B=47.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7310760.040.8700.70297.2776.7416.86
Hex49A4C4570461294d11
Octal111121144127010645111521
Binary100100110101001100100101011101000110100101001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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