#490651

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

Shades of Hot Purple #490651

Tints of Hot Purple #490651

Color information

#490651 (or 0x490651) is unknown color: approx Hot Purple. HEX triplet: 49, 06 and 51. RGB value is (73,6,81). Sum of RGB (Red+Green+Blue) = 73+6+81=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #490651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490651 is #B6F9AE. Grayscale: #222222. Windows color (decimal): -11991471 or 5310025. OLE color: 5310025.

HSL color Cylindrical-coordinate representation of color #490651: hue angle of 293.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490651 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB73681-
CMYK0.100.9300.68
HSL293.6º86.21%17.06%-
HSV(B)293.6º92.59%31.76%-
XYZ4.32.147.97-
YUV34.58154.2155.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 81 (32.03% from 255) = 50.62%
R=45.62%
G=3.75%
B=50.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal736810.100.9300.68293.686.2117.06
Hex49651A5D0441265611
Octal111612112135010444612621
Binary100100111010100011010101110101000100100100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490651; }

 p { color: rgb(73,6,81); }

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

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

 a { background-color: rgb(73,6,81); }

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

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

 span { border-color: rgb(73,6,81); }

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