Shades of Purple Heart #460ABA
Tints of Purple Heart #460ABA
RGB
CMYK
RGB Variations
Color information
#460ABA (or 0x460ABA) is known color: Purple Heart. HEX triplet: 46, 0A and BA. RGB value is (70,10,186). Sum of RGB (Red+Green+Blue) = 70+10+186=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #460ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ABA is #B9F545. Grayscale: #2F2F2F. Windows color (decimal): -12186950 or 12192326. OLE color: 12192326.
HSL color Cylindrical-coordinate representation of color #460ABA: hue angle of 260.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460ABA is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 10 | 186 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.27 |
| HSL | 260.45º | 0.9% | 0.38% | - |
| HSV(B) | 260.45º | 0.95% | 0.73% | - |
| XYZ | 11.5 | 5.06 | 46.83 | - |
| YUV | 48 | 205.88 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 186 | 0.62 | 0.95 | 0 | 0.27 | 260.45 | 0.9 | 0.38 |
| Hex | 46 | A | BA | 3E | 5F | 0 | 1B | 104 | 5A | 26 |
| Octal | 106 | 12 | 272 | 76 | 137 | 0 | 33 | 404 | 132 | 46 |
| Binary | 1000110 | 1010 | 10111010 | 111110 | 1011111 | 0 | 11011 | 100000100 | 1011010 | 100110 |
Color Harmonies of #460ABA
Complementary color
Monochromatic Colors of #460ABA
Black with #460ABA
Text Example
Text Example
White with #460ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460ABA; }
p { color: rgb(70,10,186); }
H1.HeaderClassName
{
color: #460ABA;
}
.AnyTagClassName
{
color: #460ABA;
}
</style>
background-color css
<style>
a { background-color: #460ABA; }
a { background-color: rgb(70,10,186); }
div.DivClassName
{
background-color: #460ABA;
}
.BgClassName
{
background-color: #460ABA;
}
</style>
border-color css
<style>
span { border-color: #460ABA; }
span { border-color: rgb(70,10,186); }
td.TdClassName
{
border-color: #460ABA;
}
.TagClassName
{
border-color: #460ABA;
}
</style>