#491B50

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

Shades of Hot Purple #491B50

Tints of Hot Purple #491B50

Color information

#491B50 (or 0x491B50) is unknown color: approx Hot Purple. HEX triplet: 49, 1B and 50. RGB value is (73,27,80). Sum of RGB (Red+Green+Blue) = 73+27+80=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #491B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491B50 is #B6E4AF. Grayscale: #2E2E2E. Windows color (decimal): -11986096 or 5249865. OLE color: 5249865.

HSL color Cylindrical-coordinate representation of color #491B50: hue angle of 292.08º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491B50 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB732780-
CMYK0.090.6600.69
HSL292.08º49.53%20.98%-
HSV(B)292.08º66.25%31.37%-
XYZ4.592.787.88-
YUV46.8146.74146.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 27 (10.94% from 255) = 15%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=40.56%
G=15%
B=44.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7327800.090.6600.69292.0849.5320.98
Hex491B509420451243215
Octal111331201110201054446225
Binary1001001110111010000100110000100100010110010010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491B50; }

 p { color: rgb(73,27,80); }

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

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

 a { background-color: rgb(73,27,80); }

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

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

 span { border-color: rgb(73,27,80); }

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