Shades of Purple Heart #492BD0
Tints of Purple Heart #492BD0
RGB
CMYK
RGB Variations
Color information
#492BD0 (or 0x492BD0) is known color: Purple Heart. HEX triplet: 49, 2B and D0. RGB value is (73,43,208). Sum of RGB (Red+Green+Blue) = 73+43+208=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #492BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492BD0 is #B6D42F. Grayscale: #464646. Windows color (decimal): -11981872 or 13642569. OLE color: 13642569.
HSL color Cylindrical-coordinate representation of color #492BD0: hue angle of 250.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492BD0 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 43 | 208 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.18 |
| HSL | 250.91º | 0.66% | 0.49% | - |
| HSV(B) | 250.91º | 0.79% | 0.82% | - |
| XYZ | 15 | 7.7 | 60.37 | - |
| YUV | 70.78 | 205.44 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 208 | 0.65 | 0.79 | 0 | 0.18 | 250.91 | 0.66 | 0.49 |
| Hex | 49 | 2B | D0 | 41 | 4F | 0 | 12 | FB | 42 | 31 |
| Octal | 111 | 53 | 320 | 101 | 117 | 0 | 22 | 373 | 102 | 61 |
| Binary | 1001001 | 101011 | 11010000 | 1000001 | 1001111 | 0 | 10010 | 11111011 | 1000010 | 110001 |
Color Harmonies of #492BD0
Complementary color
Monochromatic Colors of #492BD0
Black with #492BD0
Text Example
Text Example
White with #492BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BD0; }
p { color: rgb(73,43,208); }
H1.HeaderClassName
{
color: #492BD0;
}
.AnyTagClassName
{
color: #492BD0;
}
</style>
background-color css
<style>
a { background-color: #492BD0; }
a { background-color: rgb(73,43,208); }
div.DivClassName
{
background-color: #492BD0;
}
.BgClassName
{
background-color: #492BD0;
}
</style>
border-color css
<style>
span { border-color: #492BD0; }
span { border-color: rgb(73,43,208); }
td.TdClassName
{
border-color: #492BD0;
}
.TagClassName
{
border-color: #492BD0;
}
</style>