Shades of Purple Heart #460CC8
Tints of Purple Heart #460CC8
RGB
CMYK
RGB Variations
Color information
#460CC8 (or 0x460CC8) is known color: Purple Heart. HEX triplet: 46, 0C and C8. RGB value is (70,12,200). Sum of RGB (Red+Green+Blue) = 70+12+200=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #460CC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CC8 is #B9F337. Grayscale: #323232. Windows color (decimal): -12186424 or 13110342. OLE color: 13110342.
HSL color Cylindrical-coordinate representation of color #460CC8: hue angle of 258.51º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CC8 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 12 | 200 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.22 |
| HSL | 258.51º | 0.89% | 0.42% | - |
| HSV(B) | 258.51º | 0.94% | 0.78% | - |
| XYZ | 13.08 | 5.74 | 55.06 | - |
| YUV | 50.77 | 212.22 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 200 | 0.65 | 0.94 | 0 | 0.22 | 258.51 | 0.89 | 0.42 |
| Hex | 46 | C | C8 | 41 | 5E | 0 | 16 | 103 | 59 | 2A |
| Octal | 106 | 14 | 310 | 101 | 136 | 0 | 26 | 403 | 131 | 52 |
| Binary | 1000110 | 1100 | 11001000 | 1000001 | 1011110 | 0 | 10110 | 100000011 | 1011001 | 101010 |
Color Harmonies of #460CC8
Complementary color
Monochromatic Colors of #460CC8
Black with #460CC8
Text Example
Text Example
White with #460CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CC8; }
p { color: rgb(70,12,200); }
H1.HeaderClassName
{
color: #460CC8;
}
.AnyTagClassName
{
color: #460CC8;
}
</style>
background-color css
<style>
a { background-color: #460CC8; }
a { background-color: rgb(70,12,200); }
div.DivClassName
{
background-color: #460CC8;
}
.BgClassName
{
background-color: #460CC8;
}
</style>
border-color css
<style>
span { border-color: #460CC8; }
span { border-color: rgb(70,12,200); }
td.TdClassName
{
border-color: #460CC8;
}
.TagClassName
{
border-color: #460CC8;
}
</style>