Shades of Purple Heart #460DAF
Tints of Purple Heart #460DAF
RGB
CMYK
RGB Variations
Color information
#460DAF (or 0x460DAF) is known color: Purple Heart. HEX triplet: 46, 0D and AF. RGB value is (70,13,175). Sum of RGB (Red+Green+Blue) = 70+13+175=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #460DAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DAF is #B9F250. Grayscale: #2F2F2F. Windows color (decimal): -12186193 or 11472198. OLE color: 11472198.
HSL color Cylindrical-coordinate representation of color #460DAF: hue angle of 261.11º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460DAF is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 13 | 175 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.31 |
| HSL | 261.11º | 0.86% | 0.37% | - |
| HSV(B) | 261.11º | 0.93% | 0.69% | - |
| XYZ | 10.41 | 4.69 | 40.91 | - |
| YUV | 48.51 | 199.38 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 175 | 0.60 | 0.93 | 0 | 0.31 | 261.11 | 0.86 | 0.37 |
| Hex | 46 | D | AF | 3C | 5D | 0 | 1F | 105 | 56 | 25 |
| Octal | 106 | 15 | 257 | 74 | 135 | 0 | 37 | 405 | 126 | 45 |
| Binary | 1000110 | 1101 | 10101111 | 111100 | 1011101 | 0 | 11111 | 100000101 | 1010110 | 100101 |
Color Harmonies of #460DAF
Complementary color
Monochromatic Colors of #460DAF
Black with #460DAF
Text Example
Text Example
White with #460DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DAF; }
p { color: rgb(70,13,175); }
H1.HeaderClassName
{
color: #460DAF;
}
.AnyTagClassName
{
color: #460DAF;
}
</style>
background-color css
<style>
a { background-color: #460DAF; }
a { background-color: rgb(70,13,175); }
div.DivClassName
{
background-color: #460DAF;
}
.BgClassName
{
background-color: #460DAF;
}
</style>
border-color css
<style>
span { border-color: #460DAF; }
span { border-color: rgb(70,13,175); }
td.TdClassName
{
border-color: #460DAF;
}
.TagClassName
{
border-color: #460DAF;
}
</style>