Shades of Purple Heart #460DC8
Tints of Purple Heart #460DC8
RGB
CMYK
RGB Variations
Color information
#460DC8 (or 0x460DC8) is known color: Purple Heart. HEX triplet: 46, 0D and C8. RGB value is (70,13,200). Sum of RGB (Red+Green+Blue) = 70+13+200=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #460DC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DC8 is #B9F237. Grayscale: #323232. Windows color (decimal): -12186168 or 13110598. OLE color: 13110598.
HSL color Cylindrical-coordinate representation of color #460DC8: hue angle of 258.29º degrees, saturation: 0.88, 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 #460DC8 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 13 | 200 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.22 |
| HSL | 258.29º | 0.88% | 0.42% | - |
| HSV(B) | 258.29º | 0.94% | 0.78% | - |
| XYZ | 13.1 | 5.76 | 55.07 | - |
| YUV | 51.36 | 211.88 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 200 | 0.65 | 0.94 | 0 | 0.22 | 258.29 | 0.88 | 0.42 |
| Hex | 46 | D | C8 | 41 | 5E | 0 | 16 | 102 | 58 | 2A |
| Octal | 106 | 15 | 310 | 101 | 136 | 0 | 26 | 402 | 130 | 52 |
| Binary | 1000110 | 1101 | 11001000 | 1000001 | 1011110 | 0 | 10110 | 100000010 | 1011000 | 101010 |
Color Harmonies of #460DC8
Complementary color
Monochromatic Colors of #460DC8
Black with #460DC8
Text Example
Text Example
White with #460DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DC8; }
p { color: rgb(70,13,200); }
H1.HeaderClassName
{
color: #460DC8;
}
.AnyTagClassName
{
color: #460DC8;
}
</style>
background-color css
<style>
a { background-color: #460DC8; }
a { background-color: rgb(70,13,200); }
div.DivClassName
{
background-color: #460DC8;
}
.BgClassName
{
background-color: #460DC8;
}
</style>
border-color css
<style>
span { border-color: #460DC8; }
span { border-color: rgb(70,13,200); }
td.TdClassName
{
border-color: #460DC8;
}
.TagClassName
{
border-color: #460DC8;
}
</style>