Shades of Purple Heart #460FB7
Tints of Purple Heart #460FB7
RGB
CMYK
RGB Variations
Color information
#460FB7 (or 0x460FB7) is known color: Purple Heart. HEX triplet: 46, 0F and B7. RGB value is (70,15,183). Sum of RGB (Red+Green+Blue) = 70+15+183=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #460FB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FB7 is #B9F048. Grayscale: #313131. Windows color (decimal): -12185673 or 11996998. OLE color: 11996998.
HSL color Cylindrical-coordinate representation of color #460FB7: hue angle of 259.64º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460FB7 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 15 | 183 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.28 |
| HSL | 259.64º | 0.85% | 0.39% | - |
| HSV(B) | 259.64º | 0.92% | 0.72% | - |
| XYZ | 11.24 | 5.06 | 45.18 | - |
| YUV | 50.6 | 202.72 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 183 | 0.62 | 0.92 | 0 | 0.28 | 259.64 | 0.85 | 0.39 |
| Hex | 46 | F | B7 | 3E | 5C | 0 | 1C | 104 | 55 | 27 |
| Octal | 106 | 17 | 267 | 76 | 134 | 0 | 34 | 404 | 125 | 47 |
| Binary | 1000110 | 1111 | 10110111 | 111110 | 1011100 | 0 | 11100 | 100000100 | 1010101 | 100111 |
Color Harmonies of #460FB7
Complementary color
Monochromatic Colors of #460FB7
Black with #460FB7
Text Example
Text Example
White with #460FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FB7; }
p { color: rgb(70,15,183); }
H1.HeaderClassName
{
color: #460FB7;
}
.AnyTagClassName
{
color: #460FB7;
}
</style>
background-color css
<style>
a { background-color: #460FB7; }
a { background-color: rgb(70,15,183); }
div.DivClassName
{
background-color: #460FB7;
}
.BgClassName
{
background-color: #460FB7;
}
</style>
border-color css
<style>
span { border-color: #460FB7; }
span { border-color: rgb(70,15,183); }
td.TdClassName
{
border-color: #460FB7;
}
.TagClassName
{
border-color: #460FB7;
}
</style>