Shades of Purple Heart #460CC7
Tints of Purple Heart #460CC7
RGB
CMYK
RGB Variations
Color information
#460CC7 (or 0x460CC7) is known color: Purple Heart. HEX triplet: 46, 0C and C7. RGB value is (70,12,199). Sum of RGB (Red+Green+Blue) = 70+12+199=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 199 (78.12% from 255 or 70.82% from 281); Max value from RGB is 199 - color contains mainly: blue. Hex color #460CC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CC7 is #B9F338. Grayscale: #313131. Windows color (decimal): -12186425 or 13044806. OLE color: 13044806.
HSL color Cylindrical-coordinate representation of color #460CC7: hue angle of 258.61º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CC7 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 12 | 199 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.22 |
| HSL | 258.61º | 0.89% | 0.41% | - |
| HSV(B) | 258.61º | 0.94% | 0.78% | - |
| XYZ | 12.97 | 5.69 | 54.45 | - |
| YUV | 50.66 | 211.72 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 199 | 0.65 | 0.94 | 0 | 0.22 | 258.61 | 0.89 | 0.41 |
| Hex | 46 | C | C7 | 41 | 5E | 0 | 16 | 103 | 59 | 29 |
| Octal | 106 | 14 | 307 | 101 | 136 | 0 | 26 | 403 | 131 | 51 |
| Binary | 1000110 | 1100 | 11000111 | 1000001 | 1011110 | 0 | 10110 | 100000011 | 1011001 | 101001 |
Color Harmonies of #460CC7
Complementary color
Monochromatic Colors of #460CC7
Black with #460CC7
Text Example
Text Example
White with #460CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CC7; }
p { color: rgb(70,12,199); }
H1.HeaderClassName
{
color: #460CC7;
}
.AnyTagClassName
{
color: #460CC7;
}
</style>
background-color css
<style>
a { background-color: #460CC7; }
a { background-color: rgb(70,12,199); }
div.DivClassName
{
background-color: #460CC7;
}
.BgClassName
{
background-color: #460CC7;
}
</style>
border-color css
<style>
span { border-color: #460CC7; }
span { border-color: rgb(70,12,199); }
td.TdClassName
{
border-color: #460CC7;
}
.TagClassName
{
border-color: #460CC7;
}
</style>