Shades of Purple Heart #460CBF
Tints of Purple Heart #460CBF
RGB
CMYK
RGB Variations
Color information
#460CBF (or 0x460CBF) is known color: Purple Heart. HEX triplet: 46, 0C and BF. RGB value is (70,12,191). Sum of RGB (Red+Green+Blue) = 70+12+191=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #460CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CBF is #B9F340. Grayscale: #313131. Windows color (decimal): -12186433 or 12520518. OLE color: 12520518.
HSL color Cylindrical-coordinate representation of color #460CBF: hue angle of 259.44º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CBF is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 12 | 191 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.25 |
| HSL | 259.44º | 0.88% | 0.4% | - |
| HSV(B) | 259.44º | 0.94% | 0.75% | - |
| XYZ | 12.06 | 5.33 | 49.68 | - |
| YUV | 49.75 | 207.72 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 191 | 0.63 | 0.94 | 0 | 0.25 | 259.44 | 0.88 | 0.4 |
| Hex | 46 | C | BF | 3F | 5E | 0 | 19 | 103 | 58 | 28 |
| Octal | 106 | 14 | 277 | 77 | 136 | 0 | 31 | 403 | 130 | 50 |
| Binary | 1000110 | 1100 | 10111111 | 111111 | 1011110 | 0 | 11001 | 100000011 | 1011000 | 101000 |
Color Harmonies of #460CBF
Complementary color
Monochromatic Colors of #460CBF
Black with #460CBF
Text Example
Text Example
White with #460CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CBF; }
p { color: rgb(70,12,191); }
H1.HeaderClassName
{
color: #460CBF;
}
.AnyTagClassName
{
color: #460CBF;
}
</style>
background-color css
<style>
a { background-color: #460CBF; }
a { background-color: rgb(70,12,191); }
div.DivClassName
{
background-color: #460CBF;
}
.BgClassName
{
background-color: #460CBF;
}
</style>
border-color css
<style>
span { border-color: #460CBF; }
span { border-color: rgb(70,12,191); }
td.TdClassName
{
border-color: #460CBF;
}
.TagClassName
{
border-color: #460CBF;
}
</style>