Shades of Purple Heart #460CBD
Tints of Purple Heart #460CBD
RGB
CMYK
RGB Variations
Color information
#460CBD (or 0x460CBD) is known color: Purple Heart. HEX triplet: 46, 0C and BD. RGB value is (70,12,189). Sum of RGB (Red+Green+Blue) = 70+12+189=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #460CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CBD is #B9F342. Grayscale: #303030. Windows color (decimal): -12186435 or 12389446. OLE color: 12389446.
HSL color Cylindrical-coordinate representation of color #460CBD: hue angle of 259.66º degrees, saturation: 0.88, 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 #460CBD is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 12 | 189 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.26 |
| HSL | 259.66º | 0.88% | 0.39% | - |
| HSV(B) | 259.66º | 0.94% | 0.74% | - |
| XYZ | 11.84 | 5.24 | 48.53 | - |
| YUV | 49.52 | 206.72 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 189 | 0.63 | 0.94 | 0 | 0.26 | 259.66 | 0.88 | 0.39 |
| Hex | 46 | C | BD | 3F | 5E | 0 | 1A | 104 | 58 | 27 |
| Octal | 106 | 14 | 275 | 77 | 136 | 0 | 32 | 404 | 130 | 47 |
| Binary | 1000110 | 1100 | 10111101 | 111111 | 1011110 | 0 | 11010 | 100000100 | 1011000 | 100111 |
Color Harmonies of #460CBD
Complementary color
Monochromatic Colors of #460CBD
Black with #460CBD
Text Example
Text Example
White with #460CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CBD; }
p { color: rgb(70,12,189); }
H1.HeaderClassName
{
color: #460CBD;
}
.AnyTagClassName
{
color: #460CBD;
}
</style>
background-color css
<style>
a { background-color: #460CBD; }
a { background-color: rgb(70,12,189); }
div.DivClassName
{
background-color: #460CBD;
}
.BgClassName
{
background-color: #460CBD;
}
</style>
border-color css
<style>
span { border-color: #460CBD; }
span { border-color: rgb(70,12,189); }
td.TdClassName
{
border-color: #460CBD;
}
.TagClassName
{
border-color: #460CBD;
}
</style>