Shades of Purple Heart #492BC2
Tints of Purple Heart #492BC2
RGB
CMYK
RGB Variations
Color information
#492BC2 (or 0x492BC2) is known color: Purple Heart. HEX triplet: 49, 2B and C2. RGB value is (73,43,194). Sum of RGB (Red+Green+Blue) = 73+43+194=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #492BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BC2 is #B6D43D. Grayscale: #444444. Windows color (decimal): -11981886 or 12725065. OLE color: 12725065.
HSL color Cylindrical-coordinate representation of color #492BC2: hue angle of 251.92º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492BC2 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 43 | 194 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.24 |
| HSL | 251.92º | 0.64% | 0.46% | - |
| HSV(B) | 251.92º | 0.78% | 0.76% | - |
| XYZ | 13.35 | 7.04 | 51.69 | - |
| YUV | 69.18 | 198.44 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 194 | 0.62 | 0.78 | 0 | 0.24 | 251.92 | 0.64 | 0.46 |
| Hex | 49 | 2B | C2 | 3E | 4E | 0 | 18 | FC | 40 | 2E |
| Octal | 111 | 53 | 302 | 76 | 116 | 0 | 30 | 374 | 100 | 56 |
| Binary | 1001001 | 101011 | 11000010 | 111110 | 1001110 | 0 | 11000 | 11111100 | 1000000 | 101110 |
Color Harmonies of #492BC2
Complementary color
Monochromatic Colors of #492BC2
Black with #492BC2
Text Example
Text Example
White with #492BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BC2; }
p { color: rgb(73,43,194); }
H1.HeaderClassName
{
color: #492BC2;
}
.AnyTagClassName
{
color: #492BC2;
}
</style>
background-color css
<style>
a { background-color: #492BC2; }
a { background-color: rgb(73,43,194); }
div.DivClassName
{
background-color: #492BC2;
}
.BgClassName
{
background-color: #492BC2;
}
</style>
border-color css
<style>
span { border-color: #492BC2; }
span { border-color: rgb(73,43,194); }
td.TdClassName
{
border-color: #492BC2;
}
.TagClassName
{
border-color: #492BC2;
}
</style>