Shades of Purple Heart #492AC5
Tints of Purple Heart #492AC5
RGB
CMYK
RGB Variations
Color information
#492AC5 (or 0x492AC5) is known color: Purple Heart. HEX triplet: 49, 2A and C5. RGB value is (73,42,197). Sum of RGB (Red+Green+Blue) = 73+42+197=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #492AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492AC5 is #B6D53A. Grayscale: #444444. Windows color (decimal): -11982139 or 12921417. OLE color: 12921417.
HSL color Cylindrical-coordinate representation of color #492AC5: hue angle of 252º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492AC5 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 42 | 197 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.23 |
| HSL | 252º | 0.65% | 0.47% | - |
| HSV(B) | 252º | 0.79% | 0.77% | - |
| XYZ | 13.65 | 7.1 | 53.47 | - |
| YUV | 68.94 | 200.27 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 197 | 0.63 | 0.79 | 0 | 0.23 | 252 | 0.65 | 0.47 |
| Hex | 49 | 2A | C5 | 3F | 4F | 0 | 17 | FC | 41 | 2F |
| Octal | 111 | 52 | 305 | 77 | 117 | 0 | 27 | 374 | 101 | 57 |
| Binary | 1001001 | 101010 | 11000101 | 111111 | 1001111 | 0 | 10111 | 11111100 | 1000001 | 101111 |
Color Harmonies of #492AC5
Complementary color
Monochromatic Colors of #492AC5
Black with #492AC5
Text Example
Text Example
White with #492AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492AC5; }
p { color: rgb(73,42,197); }
H1.HeaderClassName
{
color: #492AC5;
}
.AnyTagClassName
{
color: #492AC5;
}
</style>
background-color css
<style>
a { background-color: #492AC5; }
a { background-color: rgb(73,42,197); }
div.DivClassName
{
background-color: #492AC5;
}
.BgClassName
{
background-color: #492AC5;
}
</style>
border-color css
<style>
span { border-color: #492AC5; }
span { border-color: rgb(73,42,197); }
td.TdClassName
{
border-color: #492AC5;
}
.TagClassName
{
border-color: #492AC5;
}
</style>