#491251

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

Shades of Hot Purple #491251

Tints of Hot Purple #491251

Color information

#491251 (or 0x491251) is unknown color: approx Hot Purple. HEX triplet: 49, 12 and 51. RGB value is (73,18,81). Sum of RGB (Red+Green+Blue) = 73+18+81=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #491251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491251 is #B6EDAE. Grayscale: #292929. Windows color (decimal): -11988399 or 5313097. OLE color: 5313097.

HSL color Cylindrical-coordinate representation of color #491251: hue angle of 292.38º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491251 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB731881-
CMYK0.100.7800.68
HSL292.38º63.64%19.41%-
HSV(B)292.38º77.78%31.76%-
XYZ4.452.448.02-
YUV41.63150.22150.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=42.44%
G=10.47%
B=47.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7318810.100.7800.68292.3863.6419.41
Hex491251A4E0441244013
Octal1112212112116010444410023
Binary10010011001010100011010100111001000100100100100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491251; }

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

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

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

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

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

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

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

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