Shades of Purple Heart #492DC5
Tints of Purple Heart #492DC5
RGB
CMYK
RGB Variations
Color information
#492DC5 (or 0x492DC5) is known color: Purple Heart. HEX triplet: 49, 2D and C5. RGB value is (73,45,197). Sum of RGB (Red+Green+Blue) = 73+45+197=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 197 (77.34% from 255 or 62.54% from 315); Max value from RGB is 197 - color contains mainly: blue. Hex color #492DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DC5 is #B6D23A. Grayscale: #464646. Windows color (decimal): -11981371 or 12922185. OLE color: 12922185.
HSL color Cylindrical-coordinate representation of color #492DC5: hue angle of 251.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492DC5 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 45 | 197 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.23 |
| HSL | 251.05º | 0.63% | 0.47% | - |
| HSV(B) | 251.05º | 0.77% | 0.77% | - |
| XYZ | 13.76 | 7.32 | 53.51 | - |
| YUV | 70.7 | 199.28 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 197 | 0.63 | 0.77 | 0 | 0.23 | 251.05 | 0.63 | 0.47 |
| Hex | 49 | 2D | C5 | 3F | 4D | 0 | 17 | FB | 3F | 2F |
| Octal | 111 | 55 | 305 | 77 | 115 | 0 | 27 | 373 | 77 | 57 |
| Binary | 1001001 | 101101 | 11000101 | 111111 | 1001101 | 0 | 10111 | 11111011 | 111111 | 101111 |
Color Harmonies of #492DC5
Complementary color
Monochromatic Colors of #492DC5
Black with #492DC5
Text Example
Text Example
White with #492DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DC5; }
p { color: rgb(73,45,197); }
H1.HeaderClassName
{
color: #492DC5;
}
.AnyTagClassName
{
color: #492DC5;
}
</style>
background-color css
<style>
a { background-color: #492DC5; }
a { background-color: rgb(73,45,197); }
div.DivClassName
{
background-color: #492DC5;
}
.BgClassName
{
background-color: #492DC5;
}
</style>
border-color css
<style>
span { border-color: #492DC5; }
span { border-color: rgb(73,45,197); }
td.TdClassName
{
border-color: #492DC5;
}
.TagClassName
{
border-color: #492DC5;
}
</style>