Shades of Purple Heart #460FBE
Tints of Purple Heart #460FBE
RGB
CMYK
RGB Variations
Color information
#460FBE (or 0x460FBE) is known color: Purple Heart. HEX triplet: 46, 0F and BE. RGB value is (70,15,190). Sum of RGB (Red+Green+Blue) = 70+15+190=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #460FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FBE is #B9F041. Grayscale: #323232. Windows color (decimal): -12185666 or 12455750. OLE color: 12455750.
HSL color Cylindrical-coordinate representation of color #460FBE: hue angle of 258.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460FBE is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 15 | 190 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.25 |
| HSL | 258.86º | 0.85% | 0.4% | - |
| HSV(B) | 258.86º | 0.92% | 0.75% | - |
| XYZ | 11.99 | 5.36 | 49.12 | - |
| YUV | 51.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 190 | 0.63 | 0.92 | 0 | 0.25 | 258.86 | 0.85 | 0.4 |
| Hex | 46 | F | BE | 3F | 5C | 0 | 19 | 103 | 55 | 28 |
| Octal | 106 | 17 | 276 | 77 | 134 | 0 | 31 | 403 | 125 | 50 |
| Binary | 1000110 | 1111 | 10111110 | 111111 | 1011100 | 0 | 11001 | 100000011 | 1010101 | 101000 |
Color Harmonies of #460FBE
Complementary color
Monochromatic Colors of #460FBE
Black with #460FBE
Text Example
Text Example
White with #460FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FBE; }
p { color: rgb(70,15,190); }
H1.HeaderClassName
{
color: #460FBE;
}
.AnyTagClassName
{
color: #460FBE;
}
</style>
background-color css
<style>
a { background-color: #460FBE; }
a { background-color: rgb(70,15,190); }
div.DivClassName
{
background-color: #460FBE;
}
.BgClassName
{
background-color: #460FBE;
}
</style>
border-color css
<style>
span { border-color: #460FBE; }
span { border-color: rgb(70,15,190); }
td.TdClassName
{
border-color: #460FBE;
}
.TagClassName
{
border-color: #460FBE;
}
</style>