#490853

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

Shades of Hot Purple #490853

Tints of Hot Purple #490853

Color information

#490853 (or 0x490853) is unknown color: approx Hot Purple. HEX triplet: 49, 08 and 53. RGB value is (73,8,83). Sum of RGB (Red+Green+Blue) = 73+8+83=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #490853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490853 is #B6F7AC. Grayscale: #232323. Windows color (decimal): -11990957 or 5441609. OLE color: 5441609.

HSL color Cylindrical-coordinate representation of color #490853: hue angle of 292º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490853 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB73883-
CMYK0.120.9000.67
HSL292º82.42%17.84%-
HSV(B)292º90.36%32.55%-
XYZ4.42.218.38-
YUV35.98154.53154.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=44.51%
G=4.88%
B=50.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738830.120.9000.6729282.4217.84
Hex49853C5A0431245212
Octal1111012314132010344412222
Binary1001001100010100111100101101001000011100100100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490853; }

 p { color: rgb(73,8,83); }

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

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

 a { background-color: rgb(73,8,83); }

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

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

 span { border-color: rgb(73,8,83); }

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