Shades of Purple Heart #460FB9
Tints of Purple Heart #460FB9
RGB
CMYK
RGB Variations
Color information
#460FB9 (or 0x460FB9) is known color: Purple Heart. HEX triplet: 46, 0F and B9. RGB value is (70,15,185). Sum of RGB (Red+Green+Blue) = 70+15+185=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #460FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FB9 is #B9F046. Grayscale: #323232. Windows color (decimal): -12185671 or 12128070. OLE color: 12128070.
HSL color Cylindrical-coordinate representation of color #460FB9: hue angle of 259.41º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460FB9 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 15 | 185 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.27 |
| HSL | 259.41º | 0.85% | 0.39% | - |
| HSV(B) | 259.41º | 0.92% | 0.73% | - |
| XYZ | 11.45 | 5.15 | 46.29 | - |
| YUV | 50.83 | 203.72 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 185 | 0.62 | 0.92 | 0 | 0.27 | 259.41 | 0.85 | 0.39 |
| Hex | 46 | F | B9 | 3E | 5C | 0 | 1B | 103 | 55 | 27 |
| Octal | 106 | 17 | 271 | 76 | 134 | 0 | 33 | 403 | 125 | 47 |
| Binary | 1000110 | 1111 | 10111001 | 111110 | 1011100 | 0 | 11011 | 100000011 | 1010101 | 100111 |
Color Harmonies of #460FB9
Complementary color
Monochromatic Colors of #460FB9
Black with #460FB9
Text Example
Text Example
White with #460FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FB9; }
p { color: rgb(70,15,185); }
H1.HeaderClassName
{
color: #460FB9;
}
.AnyTagClassName
{
color: #460FB9;
}
</style>
background-color css
<style>
a { background-color: #460FB9; }
a { background-color: rgb(70,15,185); }
div.DivClassName
{
background-color: #460FB9;
}
.BgClassName
{
background-color: #460FB9;
}
</style>
border-color css
<style>
span { border-color: #460FB9; }
span { border-color: rgb(70,15,185); }
td.TdClassName
{
border-color: #460FB9;
}
.TagClassName
{
border-color: #460FB9;
}
</style>