Shades of Purple Heart #492FC7
Tints of Purple Heart #492FC7
RGB
CMYK
RGB Variations
Color information
#492FC7 (or 0x492FC7) is known color: Purple Heart. HEX triplet: 49, 2F and C7. RGB value is (73,47,199). Sum of RGB (Red+Green+Blue) = 73+47+199=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 199 (78.12% from 255 or 62.38% from 319); Max value from RGB is 199 - color contains mainly: blue. Hex color #492FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FC7 is #B6D038. Grayscale: #474747. Windows color (decimal): -11980857 or 13053769. OLE color: 13053769.
HSL color Cylindrical-coordinate representation of color #492FC7: hue angle of 250.26º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492FC7 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 47 | 199 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.22 |
| HSL | 250.26º | 0.62% | 0.48% | - |
| HSV(B) | 250.26º | 0.76% | 0.78% | - |
| XYZ | 14.07 | 7.57 | 54.75 | - |
| YUV | 72.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 199 | 0.63 | 0.76 | 0 | 0.22 | 250.26 | 0.62 | 0.48 |
| Hex | 49 | 2F | C7 | 3F | 4C | 0 | 16 | FA | 3E | 30 |
| Octal | 111 | 57 | 307 | 77 | 114 | 0 | 26 | 372 | 76 | 60 |
| Binary | 1001001 | 101111 | 11000111 | 111111 | 1001100 | 0 | 10110 | 11111010 | 111110 | 110000 |
Color Harmonies of #492FC7
Complementary color
Monochromatic Colors of #492FC7
Black with #492FC7
Text Example
Text Example
White with #492FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FC7; }
p { color: rgb(73,47,199); }
H1.HeaderClassName
{
color: #492FC7;
}
.AnyTagClassName
{
color: #492FC7;
}
</style>
background-color css
<style>
a { background-color: #492FC7; }
a { background-color: rgb(73,47,199); }
div.DivClassName
{
background-color: #492FC7;
}
.BgClassName
{
background-color: #492FC7;
}
</style>
border-color css
<style>
span { border-color: #492FC7; }
span { border-color: rgb(73,47,199); }
td.TdClassName
{
border-color: #492FC7;
}
.TagClassName
{
border-color: #492FC7;
}
</style>