#49114A

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

Shades of Hot Purple #49114A

Tints of Hot Purple #49114A

Color information

#49114A (or 0x49114A) is unknown color: approx Hot Purple. HEX triplet: 49, 11 and 4A. RGB value is (73,17,74). Sum of RGB (Red+Green+Blue) = 73+17+74=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #49114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49114A is #B6EEB5. Grayscale: #282828. Windows color (decimal): -11988662 or 4854089. OLE color: 4854089.

HSL color Cylindrical-coordinate representation of color #49114A: hue angle of 298.95º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49114A is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB731774-
CMYK0.010.7700.71
HSL298.95º62.64%17.84%-
HSV(B)298.95º77.03%29.02%-
XYZ4.182.316.7-
YUV40.24147.05151.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 17 (7.03% from 255) = 10.37%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=44.51%
G=10.37%
B=45.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7317740.010.7700.71298.9562.6417.84
Hex49114A14D04712b3f12
Octal11121112111501074537722
Binary1001001100011001010110011010100011110010101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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