Shades of Purple Heart #492BC3
Tints of Purple Heart #492BC3
RGB
CMYK
RGB Variations
Color information
#492BC3 (or 0x492BC3) is known color: Purple Heart. HEX triplet: 49, 2B and C3. RGB value is (73,43,195). Sum of RGB (Red+Green+Blue) = 73+43+195=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #492BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BC3 is #B6D43C. Grayscale: #444444. Windows color (decimal): -11981885 or 12790601. OLE color: 12790601.
HSL color Cylindrical-coordinate representation of color #492BC3: hue angle of 251.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492BC3 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 43 | 195 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.24 |
| HSL | 251.84º | 0.64% | 0.47% | - |
| HSV(B) | 251.84º | 0.78% | 0.76% | - |
| XYZ | 13.46 | 7.08 | 52.29 | - |
| YUV | 69.3 | 198.94 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 195 | 0.63 | 0.78 | 0 | 0.24 | 251.84 | 0.64 | 0.47 |
| Hex | 49 | 2B | C3 | 3F | 4E | 0 | 18 | FC | 40 | 2F |
| Octal | 111 | 53 | 303 | 77 | 116 | 0 | 30 | 374 | 100 | 57 |
| Binary | 1001001 | 101011 | 11000011 | 111111 | 1001110 | 0 | 11000 | 11111100 | 1000000 | 101111 |
Color Harmonies of #492BC3
Complementary color
Monochromatic Colors of #492BC3
Black with #492BC3
Text Example
Text Example
White with #492BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BC3; }
p { color: rgb(73,43,195); }
H1.HeaderClassName
{
color: #492BC3;
}
.AnyTagClassName
{
color: #492BC3;
}
</style>
background-color css
<style>
a { background-color: #492BC3; }
a { background-color: rgb(73,43,195); }
div.DivClassName
{
background-color: #492BC3;
}
.BgClassName
{
background-color: #492BC3;
}
</style>
border-color css
<style>
span { border-color: #492BC3; }
span { border-color: rgb(73,43,195); }
td.TdClassName
{
border-color: #492BC3;
}
.TagClassName
{
border-color: #492BC3;
}
</style>