#49104A

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

Shades of Hot Purple #49104A

Tints of Hot Purple #49104A

Color information

#49104A (or 0x49104A) is unknown color: approx Hot Purple. HEX triplet: 49, 10 and 4A. RGB value is (73,16,74). Sum of RGB (Red+Green+Blue) = 73+16+74=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #49104A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49104A is #B6EFB5. Grayscale: #272727. Windows color (decimal): -11988918 or 4853833. OLE color: 4853833.

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

Color convert

RGB731674-
CMYK0.010.7800.71
HSL298.97º64.44%17.65%-
HSV(B)298.97º78.38%29.02%-
XYZ4.172.286.7-
YUV39.66147.38151.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 16 (6.64% from 255) = 9.82%
BLUE value IS 74 (29.30% from 255) = 45.40%
R=44.79%
G=9.82%
B=45.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316740.010.7800.71298.9764.4417.65
Hex49104A14E04712b4012
Octal111201121116010745310022
Binary10010011000010010101100111001000111100101011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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