Shades of Purple Heart #460FCE
Tints of Purple Heart #460FCE
RGB
CMYK
RGB Variations
Color information
#460FCE (or 0x460FCE) is known color: Purple Heart. HEX triplet: 46, 0F and CE. RGB value is (70,15,206). Sum of RGB (Red+Green+Blue) = 70+15+206=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #460FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FCE is #B9F031. Grayscale: #343434. Windows color (decimal): -12185650 or 13504326. OLE color: 13504326.
HSL color Cylindrical-coordinate representation of color #460FCE: hue angle of 257.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FCE is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 15 | 206 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.19 |
| HSL | 257.28º | 0.86% | 0.43% | - |
| HSV(B) | 257.28º | 0.93% | 0.81% | - |
| XYZ | 13.84 | 6.1 | 58.84 | - |
| YUV | 53.22 | 214.22 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 206 | 0.66 | 0.93 | 0 | 0.19 | 257.28 | 0.86 | 0.43 |
| Hex | 46 | F | CE | 42 | 5D | 0 | 13 | 101 | 56 | 2B |
| Octal | 106 | 17 | 316 | 102 | 135 | 0 | 23 | 401 | 126 | 53 |
| Binary | 1000110 | 1111 | 11001110 | 1000010 | 1011101 | 0 | 10011 | 100000001 | 1010110 | 101011 |
Color Harmonies of #460FCE
Complementary color
Monochromatic Colors of #460FCE
Black with #460FCE
Text Example
Text Example
White with #460FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FCE; }
p { color: rgb(70,15,206); }
H1.HeaderClassName
{
color: #460FCE;
}
.AnyTagClassName
{
color: #460FCE;
}
</style>
background-color css
<style>
a { background-color: #460FCE; }
a { background-color: rgb(70,15,206); }
div.DivClassName
{
background-color: #460FCE;
}
.BgClassName
{
background-color: #460FCE;
}
</style>
border-color css
<style>
span { border-color: #460FCE; }
span { border-color: rgb(70,15,206); }
td.TdClassName
{
border-color: #460FCE;
}
.TagClassName
{
border-color: #460FCE;
}
</style>