Shades of Purple Heart #460DC6
Tints of Purple Heart #460DC6
RGB
CMYK
RGB Variations
Color information
#460DC6 (or 0x460DC6) is known color: Purple Heart. HEX triplet: 46, 0D and C6. RGB value is (70,13,198). Sum of RGB (Red+Green+Blue) = 70+13+198=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #460DC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DC6 is #B9F239. Grayscale: #323232. Windows color (decimal): -12186170 or 12979526. OLE color: 12979526.
HSL color Cylindrical-coordinate representation of color #460DC6: hue angle of 258.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460DC6 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 13 | 198 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.22 |
| HSL | 258.49º | 0.88% | 0.41% | - |
| HSV(B) | 258.49º | 0.93% | 0.78% | - |
| XYZ | 12.86 | 5.67 | 53.84 | - |
| YUV | 51.13 | 210.88 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 198 | 0.65 | 0.93 | 0 | 0.22 | 258.49 | 0.88 | 0.41 |
| Hex | 46 | D | C6 | 41 | 5D | 0 | 16 | 102 | 58 | 29 |
| Octal | 106 | 15 | 306 | 101 | 135 | 0 | 26 | 402 | 130 | 51 |
| Binary | 1000110 | 1101 | 11000110 | 1000001 | 1011101 | 0 | 10110 | 100000010 | 1011000 | 101001 |
Color Harmonies of #460DC6
Complementary color
Monochromatic Colors of #460DC6
Black with #460DC6
Text Example
Text Example
White with #460DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DC6; }
p { color: rgb(70,13,198); }
H1.HeaderClassName
{
color: #460DC6;
}
.AnyTagClassName
{
color: #460DC6;
}
</style>
background-color css
<style>
a { background-color: #460DC6; }
a { background-color: rgb(70,13,198); }
div.DivClassName
{
background-color: #460DC6;
}
.BgClassName
{
background-color: #460DC6;
}
</style>
border-color css
<style>
span { border-color: #460DC6; }
span { border-color: rgb(70,13,198); }
td.TdClassName
{
border-color: #460DC6;
}
.TagClassName
{
border-color: #460DC6;
}
</style>