Shades of Purple Heart #460BBA
Tints of Purple Heart #460BBA
RGB
CMYK
RGB Variations
Color information
#460BBA (or 0x460BBA) is known color: Purple Heart. HEX triplet: 46, 0B and BA. RGB value is (70,11,186). Sum of RGB (Red+Green+Blue) = 70+11+186=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #460BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BBA is #B9F445. Grayscale: #2F2F2F. Windows color (decimal): -12186694 or 12192582. OLE color: 12192582.
HSL color Cylindrical-coordinate representation of color #460BBA: hue angle of 260.23º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BBA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 11 | 186 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.27 |
| HSL | 260.23º | 0.89% | 0.39% | - |
| HSV(B) | 260.23º | 0.94% | 0.73% | - |
| XYZ | 11.51 | 5.09 | 46.83 | - |
| YUV | 48.59 | 205.55 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 186 | 0.62 | 0.94 | 0 | 0.27 | 260.23 | 0.89 | 0.39 |
| Hex | 46 | B | BA | 3E | 5E | 0 | 1B | 104 | 59 | 27 |
| Octal | 106 | 13 | 272 | 76 | 136 | 0 | 33 | 404 | 131 | 47 |
| Binary | 1000110 | 1011 | 10111010 | 111110 | 1011110 | 0 | 11011 | 100000100 | 1011001 | 100111 |
Color Harmonies of #460BBA
Complementary color
Monochromatic Colors of #460BBA
Black with #460BBA
Text Example
Text Example
White with #460BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BBA; }
p { color: rgb(70,11,186); }
H1.HeaderClassName
{
color: #460BBA;
}
.AnyTagClassName
{
color: #460BBA;
}
</style>
background-color css
<style>
a { background-color: #460BBA; }
a { background-color: rgb(70,11,186); }
div.DivClassName
{
background-color: #460BBA;
}
.BgClassName
{
background-color: #460BBA;
}
</style>
border-color css
<style>
span { border-color: #460BBA; }
span { border-color: rgb(70,11,186); }
td.TdClassName
{
border-color: #460BBA;
}
.TagClassName
{
border-color: #460BBA;
}
</style>