#490F4E

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

Shades of Hot Purple #490F4E

Tints of Hot Purple #490F4E

Color information

#490F4E (or 0x490F4E) is unknown color: approx Hot Purple. HEX triplet: 49, 0F and 4E. RGB value is (73,15,78). Sum of RGB (Red+Green+Blue) = 73+15+78=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #490F4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F4E is #B6F0B1. Grayscale: #272727. Windows color (decimal): -11989170 or 5115721. OLE color: 5115721.

HSL color Cylindrical-coordinate representation of color #490F4E: hue angle of 295.24º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #490F4E is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB731578-
CMYK0.060.8100.69
HSL295.24º67.74%18.24%-
HSV(B)295.24º80.77%30.59%-
XYZ4.292.317.43-
YUV39.52149.72151.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 15 (6.25% from 255) = 9.04%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=43.98%
G=9.04%
B=46.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7315780.060.8100.69295.2467.7418.24
Hex49F4E6510451274412
Octal111171166121010544710422
Binary100100111111001110110101000101000101100100111100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,15,78); }

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

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

 a { background-color: rgb(73,15,78); }

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

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

 span { border-color: rgb(73,15,78); }

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