Shades of Purple Heart #492AD7
Tints of Purple Heart #492AD7
RGB
CMYK
RGB Variations
Color information
#492AD7 (or 0x492AD7) is known color: Purple Heart. HEX triplet: 49, 2A and D7. RGB value is (73,42,215). Sum of RGB (Red+Green+Blue) = 73+42+215=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #492AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492AD7 is #B6D528. Grayscale: #464646. Windows color (decimal): -11982121 or 14101065. OLE color: 14101065.
HSL color Cylindrical-coordinate representation of color #492AD7: hue angle of 250.75º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492AD7 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 42 | 215 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.16 |
| HSL | 250.75º | 0.68% | 0.5% | - |
| HSV(B) | 250.75º | 0.8% | 0.84% | - |
| XYZ | 15.84 | 7.98 | 65 | - |
| YUV | 70.99 | 209.27 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 215 | 0.66 | 0.80 | 0 | 0.16 | 250.75 | 0.68 | 0.5 |
| Hex | 49 | 2A | D7 | 42 | 50 | 0 | 10 | FB | 44 | 32 |
| Octal | 111 | 52 | 327 | 102 | 120 | 0 | 20 | 373 | 104 | 62 |
| Binary | 1001001 | 101010 | 11010111 | 1000010 | 1010000 | 0 | 10000 | 11111011 | 1000100 | 110010 |
Color Harmonies of #492AD7
Complementary color
Monochromatic Colors of #492AD7
Black with #492AD7
Text Example
Text Example
White with #492AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492AD7; }
p { color: rgb(73,42,215); }
H1.HeaderClassName
{
color: #492AD7;
}
.AnyTagClassName
{
color: #492AD7;
}
</style>
background-color css
<style>
a { background-color: #492AD7; }
a { background-color: rgb(73,42,215); }
div.DivClassName
{
background-color: #492AD7;
}
.BgClassName
{
background-color: #492AD7;
}
</style>
border-color css
<style>
span { border-color: #492AD7; }
span { border-color: rgb(73,42,215); }
td.TdClassName
{
border-color: #492AD7;
}
.TagClassName
{
border-color: #492AD7;
}
</style>