Shades of Purple Heart #460FC8
Tints of Purple Heart #460FC8
RGB
CMYK
RGB Variations
Color information
#460FC8 (or 0x460FC8) is known color: Purple Heart. HEX triplet: 46, 0F and C8. RGB value is (70,15,200). Sum of RGB (Red+Green+Blue) = 70+15+200=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 200 (78.52% from 255 or 70.18% from 285); Max value from RGB is 200 - color contains mainly: blue. Hex color #460FC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FC8 is #B9F037. Grayscale: #333333. Windows color (decimal): -12185656 or 13111110. OLE color: 13111110.
HSL color Cylindrical-coordinate representation of color #460FC8: hue angle of 257.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FC8 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 15 | 200 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.22 |
| HSL | 257.84º | 0.86% | 0.42% | - |
| HSV(B) | 257.84º | 0.93% | 0.78% | - |
| XYZ | 13.12 | 5.81 | 55.07 | - |
| YUV | 52.54 | 211.22 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 200 | 0.65 | 0.92 | 0 | 0.22 | 257.84 | 0.86 | 0.42 |
| Hex | 46 | F | C8 | 41 | 5C | 0 | 16 | 102 | 56 | 2A |
| Octal | 106 | 17 | 310 | 101 | 134 | 0 | 26 | 402 | 126 | 52 |
| Binary | 1000110 | 1111 | 11001000 | 1000001 | 1011100 | 0 | 10110 | 100000010 | 1010110 | 101010 |
Color Harmonies of #460FC8
Complementary color
Monochromatic Colors of #460FC8
Black with #460FC8
Text Example
Text Example
White with #460FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FC8; }
p { color: rgb(70,15,200); }
H1.HeaderClassName
{
color: #460FC8;
}
.AnyTagClassName
{
color: #460FC8;
}
</style>
background-color css
<style>
a { background-color: #460FC8; }
a { background-color: rgb(70,15,200); }
div.DivClassName
{
background-color: #460FC8;
}
.BgClassName
{
background-color: #460FC8;
}
</style>
border-color css
<style>
span { border-color: #460FC8; }
span { border-color: rgb(70,15,200); }
td.TdClassName
{
border-color: #460FC8;
}
.TagClassName
{
border-color: #460FC8;
}
</style>