Shades of Purple Heart #460FC0
Tints of Purple Heart #460FC0
RGB
CMYK
RGB Variations
Color information
#460FC0 (or 0x460FC0) is known color: Purple Heart. HEX triplet: 46, 0F and C0. RGB value is (70,15,192). Sum of RGB (Red+Green+Blue) = 70+15+192=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 192 (75.39% from 255 or 69.31% from 277); Max value from RGB is 192 - color contains mainly: blue. Hex color #460FC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FC0 is #B9F03F. Grayscale: #323232. Windows color (decimal): -12185664 or 12586822. OLE color: 12586822.
HSL color Cylindrical-coordinate representation of color #460FC0: hue angle of 258.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460FC0 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 15 | 192 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.25 |
| HSL | 258.64º | 0.86% | 0.41% | - |
| HSV(B) | 258.64º | 0.92% | 0.75% | - |
| XYZ | 12.21 | 5.45 | 50.28 | - |
| YUV | 51.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 192 | 0.64 | 0.92 | 0 | 0.25 | 258.64 | 0.86 | 0.41 |
| Hex | 46 | F | C0 | 40 | 5C | 0 | 19 | 103 | 56 | 29 |
| Octal | 106 | 17 | 300 | 100 | 134 | 0 | 31 | 403 | 126 | 51 |
| Binary | 1000110 | 1111 | 11000000 | 1000000 | 1011100 | 0 | 11001 | 100000011 | 1010110 | 101001 |
Color Harmonies of #460FC0
Complementary color
Monochromatic Colors of #460FC0
Black with #460FC0
Text Example
Text Example
White with #460FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FC0; }
p { color: rgb(70,15,192); }
H1.HeaderClassName
{
color: #460FC0;
}
.AnyTagClassName
{
color: #460FC0;
}
</style>
background-color css
<style>
a { background-color: #460FC0; }
a { background-color: rgb(70,15,192); }
div.DivClassName
{
background-color: #460FC0;
}
.BgClassName
{
background-color: #460FC0;
}
</style>
border-color css
<style>
span { border-color: #460FC0; }
span { border-color: rgb(70,15,192); }
td.TdClassName
{
border-color: #460FC0;
}
.TagClassName
{
border-color: #460FC0;
}
</style>