#491748

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

Shades of Hot Purple #491748

Tints of Hot Purple #491748

Color information

#491748 (or 0x491748) is unknown color: approx Hot Purple. HEX triplet: 49, 17 and 48. RGB value is (73,23,72). Sum of RGB (Red+Green+Blue) = 73+23+72=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 73 - color contains mainly: red. Hex color #491748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491748 is #B6E8B7. Grayscale: #2B2B2B. Windows color (decimal): -11987128 or 4724553. OLE color: 4724553.

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

Color convert

RGB732372-
CMYK00.680.010.71
HSL301.2º52.08%18.82%-
HSV(B)301.2º68.49%28.63%-
XYZ4.222.56.39-
YUV43.54144.06149.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.45%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=43.45%
G=13.69%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73237200.680.010.71301.252.0818.82
Hex49174804414712d3413
Octal11127110010411074556423
Binary1001001101111001000010001001100011110010110111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491748; }

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

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

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

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

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

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

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

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