Shades of Purple Heart #460FC3
Tints of Purple Heart #460FC3
RGB
CMYK
RGB Variations
Color information
#460FC3 (or 0x460FC3) is known color: Purple Heart. HEX triplet: 46, 0F and C3. RGB value is (70,15,195). Sum of RGB (Red+Green+Blue) = 70+15+195=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 195 (76.56% from 255 or 69.64% from 280); Max value from RGB is 195 - color contains mainly: blue. Hex color #460FC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FC3 is #B9F03C. Grayscale: #333333. Windows color (decimal): -12185661 or 12783430. OLE color: 12783430.
HSL color Cylindrical-coordinate representation of color #460FC3: hue angle of 258.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460FC3 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 15 | 195 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.24 |
| HSL | 258.33º | 0.86% | 0.41% | - |
| HSV(B) | 258.33º | 0.92% | 0.76% | - |
| XYZ | 12.55 | 5.58 | 52.05 | - |
| YUV | 51.97 | 208.72 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 195 | 0.64 | 0.92 | 0 | 0.24 | 258.33 | 0.86 | 0.41 |
| Hex | 46 | F | C3 | 40 | 5C | 0 | 18 | 102 | 56 | 29 |
| Octal | 106 | 17 | 303 | 100 | 134 | 0 | 30 | 402 | 126 | 51 |
| Binary | 1000110 | 1111 | 11000011 | 1000000 | 1011100 | 0 | 11000 | 100000010 | 1010110 | 101001 |
Color Harmonies of #460FC3
Complementary color
Monochromatic Colors of #460FC3
Black with #460FC3
Text Example
Text Example
White with #460FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FC3; }
p { color: rgb(70,15,195); }
H1.HeaderClassName
{
color: #460FC3;
}
.AnyTagClassName
{
color: #460FC3;
}
</style>
background-color css
<style>
a { background-color: #460FC3; }
a { background-color: rgb(70,15,195); }
div.DivClassName
{
background-color: #460FC3;
}
.BgClassName
{
background-color: #460FC3;
}
</style>
border-color css
<style>
span { border-color: #460FC3; }
span { border-color: rgb(70,15,195); }
td.TdClassName
{
border-color: #460FC3;
}
.TagClassName
{
border-color: #460FC3;
}
</style>