#490454

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

Shades of Hot Purple #490454

Tints of Hot Purple #490454

Color information

#490454 (or 0x490454) is unknown color: approx Hot Purple. HEX triplet: 49, 04 and 54. RGB value is (73,4,84). Sum of RGB (Red+Green+Blue) = 73+4+84=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #490454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490454 is #B6FBAB. Grayscale: #212121. Windows color (decimal): -11991980 or 5506121. OLE color: 5506121.

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

Color convert

RGB73484-
CMYK0.130.9500.67
HSL291.75º90.91%17.25%-
HSV(B)291.75º95.24%32.94%-
XYZ4.392.148.57-
YUV33.75156.36156-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=45.34%
G=2.48%
B=52.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal734840.130.9500.67291.7590.9117.25
Hex49454D5F0431245b11
Octal111412415137010344413321
Binary100100110010101001101101111101000011100100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490454; }

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

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

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

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

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

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

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

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