#49124F

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

Shades of Hot Purple #49124F

Tints of Hot Purple #49124F

Color information

#49124F (or 0x49124F) is unknown color: approx Hot Purple. HEX triplet: 49, 12 and 4F. RGB value is (73,18,79). Sum of RGB (Red+Green+Blue) = 73+18+79=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #49124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49124F is #B6EDB0. Grayscale: #292929. Windows color (decimal): -11988401 or 5182025. OLE color: 5182025.

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

Color convert

RGB731879-
CMYK0.080.7700.69
HSL294.1º62.89%19.02%-
HSV(B)294.1º77.22%30.98%-
XYZ4.382.417.63-
YUV41.4149.22150.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 79 (31.25% from 255) = 46.47%
R=42.94%
G=10.59%
B=46.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7318790.080.7700.69294.162.8919.02
Hex49124F84D0451263f13
Octal111221171011501054467723
Binary1001001100101001111100010011010100010110010011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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