#490052

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

Shades of Hot Purple #490052

Tints of Hot Purple #490052

Color information

#490052 (or 0x490052) is unknown color: approx Hot Purple. HEX triplet: 49, 00 and 52. RGB value is (73,0,82). Sum of RGB (Red+Green+Blue) = 73+0+82=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #490052 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490052 is #B6FFAD. Grayscale: #1E1E1E. Windows color (decimal): -11993006 or 5374025. OLE color: 5374025.

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

Color convert

RGB73082-
CMYK0.11100.68
HSL293.41º100%16.08%-
HSV(B)293.41º100%32.16%-
XYZ4.272.038.15-
YUV31.17156.68157.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 52.90%
R=47.10%
G=0%
B=52.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal730820.11100.68293.4110016.08
Hex49052B640441256410
Octal111012213144010444514420
Binary1001001010100101011110010001000100100100101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490052; }

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

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

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

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

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

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

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

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