Shades of Purple Heart #460EC3
Tints of Purple Heart #460EC3
RGB
CMYK
RGB Variations
Color information
#460EC3 (or 0x460EC3) is known color: Purple Heart. HEX triplet: 46, 0E and C3. RGB value is (70,14,195). Sum of RGB (Red+Green+Blue) = 70+14+195=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 195 (76.56% from 255 or 69.89% from 279); Max value from RGB is 195 - color contains mainly: blue. Hex color #460EC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EC3 is #B9F13C. Grayscale: #323232. Windows color (decimal): -12185917 or 12783174. OLE color: 12783174.
HSL color Cylindrical-coordinate representation of color #460EC3: hue angle of 258.56º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460EC3 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 14 | 195 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.24 |
| HSL | 258.56º | 0.87% | 0.41% | - |
| HSV(B) | 258.56º | 0.93% | 0.76% | - |
| XYZ | 12.53 | 5.56 | 52.04 | - |
| YUV | 51.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 195 | 0.64 | 0.93 | 0 | 0.24 | 258.56 | 0.87 | 0.41 |
| Hex | 46 | E | C3 | 40 | 5D | 0 | 18 | 103 | 57 | 29 |
| Octal | 106 | 16 | 303 | 100 | 135 | 0 | 30 | 403 | 127 | 51 |
| Binary | 1000110 | 1110 | 11000011 | 1000000 | 1011101 | 0 | 11000 | 100000011 | 1010111 | 101001 |
Color Harmonies of #460EC3
Complementary color
Monochromatic Colors of #460EC3
Black with #460EC3
Text Example
Text Example
White with #460EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EC3; }
p { color: rgb(70,14,195); }
H1.HeaderClassName
{
color: #460EC3;
}
.AnyTagClassName
{
color: #460EC3;
}
</style>
background-color css
<style>
a { background-color: #460EC3; }
a { background-color: rgb(70,14,195); }
div.DivClassName
{
background-color: #460EC3;
}
.BgClassName
{
background-color: #460EC3;
}
</style>
border-color css
<style>
span { border-color: #460EC3; }
span { border-color: rgb(70,14,195); }
td.TdClassName
{
border-color: #460EC3;
}
.TagClassName
{
border-color: #460EC3;
}
</style>