Shades of Purple Heart #460FC6
Tints of Purple Heart #460FC6
RGB
CMYK
RGB Variations
Color information
#460FC6 (or 0x460FC6) is known color: Purple Heart. HEX triplet: 46, 0F and C6. RGB value is (70,15,198). Sum of RGB (Red+Green+Blue) = 70+15+198=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 198 (77.73% from 255 or 69.96% from 283); Max value from RGB is 198 - color contains mainly: blue. Hex color #460FC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FC6 is #B9F039. Grayscale: #333333. Windows color (decimal): -12185658 or 12980038. OLE color: 12980038.
HSL color Cylindrical-coordinate representation of color #460FC6: hue angle of 258.03º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460FC6 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 15 | 198 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.22 |
| HSL | 258.03º | 0.86% | 0.42% | - |
| HSV(B) | 258.03º | 0.92% | 0.78% | - |
| XYZ | 12.89 | 5.72 | 53.85 | - |
| YUV | 52.31 | 210.22 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 198 | 0.65 | 0.92 | 0 | 0.22 | 258.03 | 0.86 | 0.42 |
| Hex | 46 | F | C6 | 41 | 5C | 0 | 16 | 102 | 56 | 2A |
| Octal | 106 | 17 | 306 | 101 | 134 | 0 | 26 | 402 | 126 | 52 |
| Binary | 1000110 | 1111 | 11000110 | 1000001 | 1011100 | 0 | 10110 | 100000010 | 1010110 | 101010 |
Color Harmonies of #460FC6
Complementary color
Monochromatic Colors of #460FC6
Black with #460FC6
Text Example
Text Example
White with #460FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FC6; }
p { color: rgb(70,15,198); }
H1.HeaderClassName
{
color: #460FC6;
}
.AnyTagClassName
{
color: #460FC6;
}
</style>
background-color css
<style>
a { background-color: #460FC6; }
a { background-color: rgb(70,15,198); }
div.DivClassName
{
background-color: #460FC6;
}
.BgClassName
{
background-color: #460FC6;
}
</style>
border-color css
<style>
span { border-color: #460FC6; }
span { border-color: rgb(70,15,198); }
td.TdClassName
{
border-color: #460FC6;
}
.TagClassName
{
border-color: #460FC6;
}
</style>