#49114F

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

Shades of Hot Purple #49114F

Tints of Hot Purple #49114F

Color information

#49114F (or 0x49114F) is unknown color: approx Hot Purple. HEX triplet: 49, 11 and 4F. RGB value is (73,17,79). Sum of RGB (Red+Green+Blue) = 73+17+79=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #49114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49114F is #B6EEB0. Grayscale: #282828. Windows color (decimal): -11988657 or 5181769. OLE color: 5181769.

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

Color convert

RGB731779-
CMYK0.080.7800.69
HSL294.19º64.58%18.82%-
HSV(B)294.19º78.48%30.98%-
XYZ4.362.387.63-
YUV40.81149.55150.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 79 (31.25% from 255) = 46.75%
R=43.20%
G=10.06%
B=46.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7317790.080.7800.69294.1964.5818.82
Hex49114F84E0451264113
Octal1112111710116010544610123
Binary10010011000110011111000100111001000101100100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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