#490054

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

Shades of Hot Purple #490054

Tints of Hot Purple #490054

Color information

#490054 (or 0x490054) is unknown color: approx Hot Purple. HEX triplet: 49, 00 and 54. RGB value is (73,0,84). Sum of RGB (Red+Green+Blue) = 73+0+84=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #490054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490054 is #B6FFAB. Grayscale: #1F1F1F. Windows color (decimal): -11993004 or 5505097. OLE color: 5505097.

HSL color Cylindrical-coordinate representation of color #490054: hue angle of 292.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490054 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB73084-
CMYK0.13100.67
HSL292.14º100%16.47%-
HSV(B)292.14º100%32.94%-
XYZ4.352.068.56-
YUV31.4157.68157.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=46.50%
G=0%
B=53.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal730840.13100.67292.1410016.47
Hex49054D640431246410
Octal111012415144010344414420
Binary1001001010101001101110010001000011100100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490054; }

 p { color: rgb(73,0,84); }

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

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

 a { background-color: rgb(73,0,84); }

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

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

 span { border-color: rgb(73,0,84); }

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