#491851

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

Shades of Hot Purple #491851

Tints of Hot Purple #491851

Color information

#491851 (or 0x491851) is unknown color: approx Hot Purple. HEX triplet: 49, 18 and 51. RGB value is (73,24,81). Sum of RGB (Red+Green+Blue) = 73+24+81=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #491851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491851 is #B6E7AE. Grayscale: #2C2C2C. Windows color (decimal): -11986863 or 5314633. OLE color: 5314633.

HSL color Cylindrical-coordinate representation of color #491851: hue angle of 291.58º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491851 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB732481-
CMYK0.100.7000.68
HSL291.58º54.29%20.59%-
HSV(B)291.58º70.37%31.76%-
XYZ4.562.668.06-
YUV45.15148.23147.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=41.01%
G=13.48%
B=45.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7324810.100.7000.68291.5854.2920.59
Hex491851A460441243615
Octal111301211210601044446625
Binary1001001110001010001101010001100100010010010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491851; }

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

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

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

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

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

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

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

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