Shades of Purple Heart #492BBF
Tints of Purple Heart #492BBF
RGB
CMYK
RGB Variations
Color information
#492BBF (or 0x492BBF) is known color: Purple Heart. HEX triplet: 49, 2B and BF. RGB value is (73,43,191). Sum of RGB (Red+Green+Blue) = 73+43+191=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #492BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BBF is #B6D440. Grayscale: #444444. Windows color (decimal): -11981889 or 12528457. OLE color: 12528457.
HSL color Cylindrical-coordinate representation of color #492BBF: hue angle of 252.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492BBF is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 43 | 191 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.25 |
| HSL | 252.16º | 0.63% | 0.46% | - |
| HSV(B) | 252.16º | 0.77% | 0.75% | - |
| XYZ | 13.02 | 6.91 | 49.94 | - |
| YUV | 68.84 | 196.94 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 191 | 0.62 | 0.77 | 0 | 0.25 | 252.16 | 0.63 | 0.46 |
| Hex | 49 | 2B | BF | 3E | 4D | 0 | 19 | FC | 3F | 2E |
| Octal | 111 | 53 | 277 | 76 | 115 | 0 | 31 | 374 | 77 | 56 |
| Binary | 1001001 | 101011 | 10111111 | 111110 | 1001101 | 0 | 11001 | 11111100 | 111111 | 101110 |
Color Harmonies of #492BBF
Complementary color
Monochromatic Colors of #492BBF
Black with #492BBF
Text Example
Text Example
White with #492BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BBF; }
p { color: rgb(73,43,191); }
H1.HeaderClassName
{
color: #492BBF;
}
.AnyTagClassName
{
color: #492BBF;
}
</style>
background-color css
<style>
a { background-color: #492BBF; }
a { background-color: rgb(73,43,191); }
div.DivClassName
{
background-color: #492BBF;
}
.BgClassName
{
background-color: #492BBF;
}
</style>
border-color css
<style>
span { border-color: #492BBF; }
span { border-color: rgb(73,43,191); }
td.TdClassName
{
border-color: #492BBF;
}
.TagClassName
{
border-color: #492BBF;
}
</style>