#491848

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

Shades of Hot Purple #491848

Tints of Hot Purple #491848

Color information

#491848 (or 0x491848) is unknown color: approx Hot Purple. HEX triplet: 49, 18 and 48. RGB value is (73,24,72). Sum of RGB (Red+Green+Blue) = 73+24+72=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #491848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491848 is #B6E7B7. Grayscale: #2B2B2B. Windows color (decimal): -11986872 or 4724809. OLE color: 4724809.

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

Color convert

RGB732472-
CMYK00.670.010.71
HSL301.22º50.52%19.02%-
HSV(B)301.22º67.12%28.63%-
XYZ4.242.546.4-
YUV44.12143.73148.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=43.20%
G=14.20%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73247200.670.010.71301.2250.5219.02
Hex49184804314712d3313
Octal11130110010311074556323
Binary1001001110001001000010000111100011110010110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491848; }

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

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

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

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

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

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

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

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