Shades of Purple Heart #460FAD
Tints of Purple Heart #460FAD
RGB
CMYK
RGB Variations
Color information
#460FAD (or 0x460FAD) is known color: Purple Heart. HEX triplet: 46, 0F and AD. RGB value is (70,15,173). Sum of RGB (Red+Green+Blue) = 70+15+173=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #460FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460FAD is #B9F052. Grayscale: #303030. Windows color (decimal): -12185683 or 11341638. OLE color: 11341638.
HSL color Cylindrical-coordinate representation of color #460FAD: hue angle of 260.89º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460FAD is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 15 | 173 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.32 |
| HSL | 260.89º | 0.84% | 0.37% | - |
| HSV(B) | 260.89º | 0.91% | 0.68% | - |
| XYZ | 10.24 | 4.66 | 39.9 | - |
| YUV | 49.46 | 197.72 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 173 | 0.60 | 0.91 | 0 | 0.32 | 260.89 | 0.84 | 0.37 |
| Hex | 46 | F | AD | 3C | 5B | 0 | 20 | 105 | 54 | 25 |
| Octal | 106 | 17 | 255 | 74 | 133 | 0 | 40 | 405 | 124 | 45 |
| Binary | 1000110 | 1111 | 10101101 | 111100 | 1011011 | 0 | 100000 | 100000101 | 1010100 | 100101 |
Color Harmonies of #460FAD
Complementary color
Monochromatic Colors of #460FAD
Black with #460FAD
Text Example
Text Example
White with #460FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FAD; }
p { color: rgb(70,15,173); }
H1.HeaderClassName
{
color: #460FAD;
}
.AnyTagClassName
{
color: #460FAD;
}
</style>
background-color css
<style>
a { background-color: #460FAD; }
a { background-color: rgb(70,15,173); }
div.DivClassName
{
background-color: #460FAD;
}
.BgClassName
{
background-color: #460FAD;
}
</style>
border-color css
<style>
span { border-color: #460FAD; }
span { border-color: rgb(70,15,173); }
td.TdClassName
{
border-color: #460FAD;
}
.TagClassName
{
border-color: #460FAD;
}
</style>