#490953

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

Shades of Hot Purple #490953

Tints of Hot Purple #490953

Color information

#490953 (or 0x490953) is unknown color: approx Hot Purple. HEX triplet: 49, 09 and 53. RGB value is (73,9,83). Sum of RGB (Red+Green+Blue) = 73+9+83=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #490953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490953 is #B6F6AC. Grayscale: #242424. Windows color (decimal): -11990701 or 5441865. OLE color: 5441865.

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

Color convert

RGB73983-
CMYK0.120.8900.67
HSL291.89º80.43%18.04%-
HSV(B)291.89º89.16%32.55%-
XYZ4.412.248.38-
YUV36.57154.2153.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=44.24%
G=5.45%
B=50.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal739830.120.8900.67291.8980.4318.04
Hex49953C590431245012
Octal1111112314131010344412022
Binary1001001100110100111100101100101000011100100100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490953; }

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

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

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

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

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

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

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

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