Shades of Purple Heart #492DB5
Tints of Purple Heart #492DB5
RGB
CMYK
RGB Variations
Color information
#492DB5 (or 0x492DB5) is known color: Purple Heart. HEX triplet: 49, 2D and B5. RGB value is (73,45,181). Sum of RGB (Red+Green+Blue) = 73+45+181=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 181 (71.09% from 255 or 60.54% from 299); Max value from RGB is 181 - color contains mainly: blue. Hex color #492DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DB5 is #B6D24A. Grayscale: #444444. Windows color (decimal): -11981387 or 11873609. OLE color: 11873609.
HSL color Cylindrical-coordinate representation of color #492DB5: hue angle of 252.35º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492DB5 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 45 | 181 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.29 |
| HSL | 252.35º | 0.6% | 0.44% | - |
| HSV(B) | 252.35º | 0.75% | 0.71% | - |
| XYZ | 12.03 | 6.63 | 44.36 | - |
| YUV | 68.88 | 191.28 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 181 | 0.60 | 0.75 | 0 | 0.29 | 252.35 | 0.6 | 0.44 |
| Hex | 49 | 2D | B5 | 3C | 4B | 0 | 1D | FC | 3C | 2C |
| Octal | 111 | 55 | 265 | 74 | 113 | 0 | 35 | 374 | 74 | 54 |
| Binary | 1001001 | 101101 | 10110101 | 111100 | 1001011 | 0 | 11101 | 11111100 | 111100 | 101100 |
Color Harmonies of #492DB5
Complementary color
Monochromatic Colors of #492DB5
Black with #492DB5
Text Example
Text Example
White with #492DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DB5; }
p { color: rgb(73,45,181); }
H1.HeaderClassName
{
color: #492DB5;
}
.AnyTagClassName
{
color: #492DB5;
}
</style>
background-color css
<style>
a { background-color: #492DB5; }
a { background-color: rgb(73,45,181); }
div.DivClassName
{
background-color: #492DB5;
}
.BgClassName
{
background-color: #492DB5;
}
</style>
border-color css
<style>
span { border-color: #492DB5; }
span { border-color: rgb(73,45,181); }
td.TdClassName
{
border-color: #492DB5;
}
.TagClassName
{
border-color: #492DB5;
}
</style>