#490457

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

Shades of Hot Purple #490457

Tints of Hot Purple #490457

Color information

#490457 (or 0x490457) is unknown color: approx Hot Purple. HEX triplet: 49, 04 and 57. RGB value is (73,4,87). Sum of RGB (Red+Green+Blue) = 73+4+87=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #490457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490457 is #B6FBA8. Grayscale: #212121. Windows color (decimal): -11991977 or 5702729. OLE color: 5702729.

HSL color Cylindrical-coordinate representation of color #490457: hue angle of 289.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490457 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB73487-
CMYK0.160.9500.66
HSL289.88º91.21%17.84%-
HSV(B)289.88º95.4%34.12%-
XYZ4.512.199.2-
YUV34.09157.86155.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 87 (34.38% from 255) = 53.05%
R=44.51%
G=2.44%
B=53.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal734870.160.9500.66289.8891.2117.84
Hex49457105F0421225b12
Octal111412720137010244213322
Binary1001001100101011110000101111101000010100100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490457; }

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

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

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

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

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

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

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

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