#490952

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

Shades of Hot Purple #490952

Tints of Hot Purple #490952

Color information

#490952 (or 0x490952) is unknown color: approx Hot Purple. HEX triplet: 49, 09 and 52. RGB value is (73,9,82). Sum of RGB (Red+Green+Blue) = 73+9+82=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #490952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490952 is #B6F6AD. Grayscale: #242424. Windows color (decimal): -11990702 or 5376329. OLE color: 5376329.

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

Color convert

RGB73982-
CMYK0.110.8900.68
HSL292.6º80.22%17.84%-
HSV(B)292.6º89.02%32.16%-
XYZ4.372.228.18-
YUV36.46153.7154.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 82 (32.42% from 255) = 50%
R=44.51%
G=5.49%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal739820.110.8900.68292.680.2217.84
Hex49952B590441255012
Octal1111112213131010444512022
Binary1001001100110100101011101100101000100100100101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490952; }

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

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

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

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

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

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

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

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