#49154A

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

Shades of Hot Purple #49154A

Tints of Hot Purple #49154A

Color information

#49154A (or 0x49154A) is unknown color: approx Hot Purple. HEX triplet: 49, 15 and 4A. RGB value is (73,21,74). Sum of RGB (Red+Green+Blue) = 73+21+74=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #49154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49154A is #B6EAB5. Grayscale: #2A2A2A. Windows color (decimal): -11987638 or 4855113. OLE color: 4855113.

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

Color convert

RGB732174-
CMYK0.010.7200.71
HSL298.87º55.79%18.63%-
HSV(B)298.87º71.62%29.02%-
XYZ4.252.456.73-
YUV42.59145.73149.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=43.45%
G=12.5%
B=44.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7321740.010.7200.71298.8755.7918.63
Hex49154A14804712b3813
Octal11125112111001074537023
Binary1001001101011001010110010000100011110010101111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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