Shades of Purple Heart #460FAE
Tints of Purple Heart #460FAE
RGB
CMYK
RGB Variations
Color information
#460FAE (or 0x460FAE) is known color: Purple Heart. HEX triplet: 46, 0F and AE. RGB value is (70,15,174). Sum of RGB (Red+Green+Blue) = 70+15+174=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #460FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460FAE is #B9F051. Grayscale: #303030. Windows color (decimal): -12185682 or 11407174. OLE color: 11407174.
HSL color Cylindrical-coordinate representation of color #460FAE: hue angle of 260.75º 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 #460FAE is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 15 | 174 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.32 |
| HSL | 260.75º | 0.84% | 0.37% | - |
| HSV(B) | 260.75º | 0.91% | 0.68% | - |
| XYZ | 10.34 | 4.7 | 40.41 | - |
| YUV | 49.57 | 198.22 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 174 | 0.60 | 0.91 | 0 | 0.32 | 260.75 | 0.84 | 0.37 |
| Hex | 46 | F | AE | 3C | 5B | 0 | 20 | 105 | 54 | 25 |
| Octal | 106 | 17 | 256 | 74 | 133 | 0 | 40 | 405 | 124 | 45 |
| Binary | 1000110 | 1111 | 10101110 | 111100 | 1011011 | 0 | 100000 | 100000101 | 1010100 | 100101 |
Color Harmonies of #460FAE
Complementary color
Monochromatic Colors of #460FAE
Black with #460FAE
Text Example
Text Example
White with #460FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FAE; }
p { color: rgb(70,15,174); }
H1.HeaderClassName
{
color: #460FAE;
}
.AnyTagClassName
{
color: #460FAE;
}
</style>
background-color css
<style>
a { background-color: #460FAE; }
a { background-color: rgb(70,15,174); }
div.DivClassName
{
background-color: #460FAE;
}
.BgClassName
{
background-color: #460FAE;
}
</style>
border-color css
<style>
span { border-color: #460FAE; }
span { border-color: rgb(70,15,174); }
td.TdClassName
{
border-color: #460FAE;
}
.TagClassName
{
border-color: #460FAE;
}
</style>