#49104B

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

Shades of Hot Purple #49104B

Tints of Hot Purple #49104B

Color information

#49104B (or 0x49104B) is unknown color: approx Hot Purple. HEX triplet: 49, 10 and 4B. RGB value is (73,16,75). Sum of RGB (Red+Green+Blue) = 73+16+75=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #49104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49104B is #B6EFB4. Grayscale: #272727. Windows color (decimal): -11988917 or 4919369. OLE color: 4919369.

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

Color convert

RGB731675-
CMYK0.030.7900.71
HSL297.97º64.84%17.84%-
HSV(B)297.97º78.67%29.41%-
XYZ4.22.36.88-
YUV39.77147.88151.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=44.51%
G=9.76%
B=45.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316750.030.7900.71297.9764.8417.84
Hex49104B34F04712a4112
Octal111201133117010745210122
Binary100100110000100101111100111101000111100101010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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