Shades of Purple Heart #460BBD
Tints of Purple Heart #460BBD
RGB
CMYK
RGB Variations
Color information
#460BBD (or 0x460BBD) is known color: Purple Heart. HEX triplet: 46, 0B and BD. RGB value is (70,11,189). Sum of RGB (Red+Green+Blue) = 70+11+189=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #460BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BBD is #B9F442. Grayscale: #303030. Windows color (decimal): -12186691 or 12389190. OLE color: 12389190.
HSL color Cylindrical-coordinate representation of color #460BBD: hue angle of 259.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BBD is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 11 | 189 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.26 |
| HSL | 259.89º | 0.89% | 0.39% | - |
| HSV(B) | 259.89º | 0.94% | 0.74% | - |
| XYZ | 11.83 | 5.22 | 48.53 | - |
| YUV | 48.93 | 207.05 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 189 | 0.63 | 0.94 | 0 | 0.26 | 259.89 | 0.89 | 0.39 |
| Hex | 46 | B | BD | 3F | 5E | 0 | 1A | 104 | 59 | 27 |
| Octal | 106 | 13 | 275 | 77 | 136 | 0 | 32 | 404 | 131 | 47 |
| Binary | 1000110 | 1011 | 10111101 | 111111 | 1011110 | 0 | 11010 | 100000100 | 1011001 | 100111 |
Color Harmonies of #460BBD
Complementary color
Monochromatic Colors of #460BBD
Black with #460BBD
Text Example
Text Example
White with #460BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BBD; }
p { color: rgb(70,11,189); }
H1.HeaderClassName
{
color: #460BBD;
}
.AnyTagClassName
{
color: #460BBD;
}
</style>
background-color css
<style>
a { background-color: #460BBD; }
a { background-color: rgb(70,11,189); }
div.DivClassName
{
background-color: #460BBD;
}
.BgClassName
{
background-color: #460BBD;
}
</style>
border-color css
<style>
span { border-color: #460BBD; }
span { border-color: rgb(70,11,189); }
td.TdClassName
{
border-color: #460BBD;
}
.TagClassName
{
border-color: #460BBD;
}
</style>