#49064F

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

Shades of Hot Purple #49064F

Tints of Hot Purple #49064F

Color information

#49064F (or 0x49064F) is unknown color: approx Hot Purple. HEX triplet: 49, 06 and 4F. RGB value is (73,6,79). Sum of RGB (Red+Green+Blue) = 73+6+79=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #49064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49064F is #B6F9B0. Grayscale: #222222. Windows color (decimal): -11991473 or 5178953. OLE color: 5178953.

HSL color Cylindrical-coordinate representation of color #49064F: hue angle of 295.07º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49064F is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73679-
CMYK0.080.9200.69
HSL295.07º85.88%16.67%-
HSV(B)295.07º92.41%30.98%-
XYZ4.222.117.58-
YUV34.35153.2155.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 79 (31.25% from 255) = 50%
R=46.20%
G=3.80%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal736790.080.9200.69295.0785.8816.67
Hex4964F85C0451275611
Octal111611710134010544712621
Binary100100111010011111000101110001000101100100111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49064F; }

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

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

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

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

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

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

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

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