Shades of Purple Heart #460DCE
Tints of Purple Heart #460DCE
RGB
CMYK
RGB Variations
Color information
#460DCE (or 0x460DCE) is known color: Purple Heart. HEX triplet: 46, 0D and CE. RGB value is (70,13,206). Sum of RGB (Red+Green+Blue) = 70+13+206=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #460DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DCE is #B9F231. Grayscale: #333333. Windows color (decimal): -12186162 or 13503814. OLE color: 13503814.
HSL color Cylindrical-coordinate representation of color #460DCE: hue angle of 257.72º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460DCE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 13 | 206 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.19 |
| HSL | 257.72º | 0.88% | 0.43% | - |
| HSV(B) | 257.72º | 0.94% | 0.81% | - |
| XYZ | 13.81 | 6.05 | 58.83 | - |
| YUV | 52.05 | 214.88 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 206 | 0.66 | 0.94 | 0 | 0.19 | 257.72 | 0.88 | 0.43 |
| Hex | 46 | D | CE | 42 | 5E | 0 | 13 | 102 | 58 | 2B |
| Octal | 106 | 15 | 316 | 102 | 136 | 0 | 23 | 402 | 130 | 53 |
| Binary | 1000110 | 1101 | 11001110 | 1000010 | 1011110 | 0 | 10011 | 100000010 | 1011000 | 101011 |
Color Harmonies of #460DCE
Complementary color
Monochromatic Colors of #460DCE
Black with #460DCE
Text Example
Text Example
White with #460DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DCE; }
p { color: rgb(70,13,206); }
H1.HeaderClassName
{
color: #460DCE;
}
.AnyTagClassName
{
color: #460DCE;
}
</style>
background-color css
<style>
a { background-color: #460DCE; }
a { background-color: rgb(70,13,206); }
div.DivClassName
{
background-color: #460DCE;
}
.BgClassName
{
background-color: #460DCE;
}
</style>
border-color css
<style>
span { border-color: #460DCE; }
span { border-color: rgb(70,13,206); }
td.TdClassName
{
border-color: #460DCE;
}
.TagClassName
{
border-color: #460DCE;
}
</style>