Shades of Purple Heart #460FBA
Tints of Purple Heart #460FBA
RGB
CMYK
RGB Variations
Color information
#460FBA (or 0x460FBA) is known color: Purple Heart. HEX triplet: 46, 0F and BA. RGB value is (70,15,186). Sum of RGB (Red+Green+Blue) = 70+15+186=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #460FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FBA is #B9F045. Grayscale: #323232. Windows color (decimal): -12185670 or 12193606. OLE color: 12193606.
HSL color Cylindrical-coordinate representation of color #460FBA: hue angle of 259.3º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460FBA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 15 | 186 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.27 |
| HSL | 259.3º | 0.85% | 0.39% | - |
| HSV(B) | 259.3º | 0.92% | 0.73% | - |
| XYZ | 11.56 | 5.19 | 46.85 | - |
| YUV | 50.94 | 204.22 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 186 | 0.62 | 0.92 | 0 | 0.27 | 259.3 | 0.85 | 0.39 |
| Hex | 46 | F | BA | 3E | 5C | 0 | 1B | 103 | 55 | 27 |
| Octal | 106 | 17 | 272 | 76 | 134 | 0 | 33 | 403 | 125 | 47 |
| Binary | 1000110 | 1111 | 10111010 | 111110 | 1011100 | 0 | 11011 | 100000011 | 1010101 | 100111 |
Color Harmonies of #460FBA
Complementary color
Monochromatic Colors of #460FBA
Black with #460FBA
Text Example
Text Example
White with #460FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FBA; }
p { color: rgb(70,15,186); }
H1.HeaderClassName
{
color: #460FBA;
}
.AnyTagClassName
{
color: #460FBA;
}
</style>
background-color css
<style>
a { background-color: #460FBA; }
a { background-color: rgb(70,15,186); }
div.DivClassName
{
background-color: #460FBA;
}
.BgClassName
{
background-color: #460FBA;
}
</style>
border-color css
<style>
span { border-color: #460FBA; }
span { border-color: rgb(70,15,186); }
td.TdClassName
{
border-color: #460FBA;
}
.TagClassName
{
border-color: #460FBA;
}
</style>