#49174B

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

Shades of Hot Purple #49174B

Tints of Hot Purple #49174B

Color information

#49174B (or 0x49174B) is unknown color: approx Hot Purple. HEX triplet: 49, 17 and 4B. RGB value is (73,23,75). Sum of RGB (Red+Green+Blue) = 73+23+75=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #49174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49174B is #B6E8B4. Grayscale: #2B2B2B. Windows color (decimal): -11987125 or 4921161. OLE color: 4921161.

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

Color convert

RGB732375-
CMYK0.030.6900.71
HSL297.69º53.06%19.22%-
HSV(B)297.69º69.33%29.41%-
XYZ4.322.546.92-
YUV43.88145.56148.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.69%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=42.69%
G=13.45%
B=43.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7323750.030.6900.71297.6953.0619.22
Hex49174B34504712a3513
Octal11127113310501074526523
Binary10010011011110010111110001010100011110010101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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