Shades of Purple Heart #460DC0
Tints of Purple Heart #460DC0
RGB
CMYK
RGB Variations
Color information
#460DC0 (or 0x460DC0) is known color: Purple Heart. HEX triplet: 46, 0D and C0. RGB value is (70,13,192). Sum of RGB (Red+Green+Blue) = 70+13+192=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 192 (75.39% from 255 or 69.82% from 275); Max value from RGB is 192 - color contains mainly: blue. Hex color #460DC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DC0 is #B9F23F. Grayscale: #313131. Windows color (decimal): -12186176 or 12586310. OLE color: 12586310.
HSL color Cylindrical-coordinate representation of color #460DC0: hue angle of 259.11º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460DC0 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 13 | 192 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.25 |
| HSL | 259.11º | 0.87% | 0.4% | - |
| HSV(B) | 259.11º | 0.93% | 0.75% | - |
| XYZ | 12.18 | 5.4 | 50.27 | - |
| YUV | 50.45 | 207.88 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 192 | 0.64 | 0.93 | 0 | 0.25 | 259.11 | 0.87 | 0.4 |
| Hex | 46 | D | C0 | 40 | 5D | 0 | 19 | 103 | 57 | 28 |
| Octal | 106 | 15 | 300 | 100 | 135 | 0 | 31 | 403 | 127 | 50 |
| Binary | 1000110 | 1101 | 11000000 | 1000000 | 1011101 | 0 | 11001 | 100000011 | 1010111 | 101000 |
Color Harmonies of #460DC0
Complementary color
Monochromatic Colors of #460DC0
Black with #460DC0
Text Example
Text Example
White with #460DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DC0; }
p { color: rgb(70,13,192); }
H1.HeaderClassName
{
color: #460DC0;
}
.AnyTagClassName
{
color: #460DC0;
}
</style>
background-color css
<style>
a { background-color: #460DC0; }
a { background-color: rgb(70,13,192); }
div.DivClassName
{
background-color: #460DC0;
}
.BgClassName
{
background-color: #460DC0;
}
</style>
border-color css
<style>
span { border-color: #460DC0; }
span { border-color: rgb(70,13,192); }
td.TdClassName
{
border-color: #460DC0;
}
.TagClassName
{
border-color: #460DC0;
}
</style>