Shades of Purple Heart #460FC1
Tints of Purple Heart #460FC1
RGB
CMYK
RGB Variations
Color information
#460FC1 (or 0x460FC1) is known color: Purple Heart. HEX triplet: 46, 0F and C1. RGB value is (70,15,193). Sum of RGB (Red+Green+Blue) = 70+15+193=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 193 (75.78% from 255 or 69.42% from 278); Max value from RGB is 193 - color contains mainly: blue. Hex color #460FC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FC1 is #B9F03E. Grayscale: #333333. Windows color (decimal): -12185663 or 12652358. OLE color: 12652358.
HSL color Cylindrical-coordinate representation of color #460FC1: hue angle of 258.54º 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 #460FC1 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 15 | 193 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.24 |
| HSL | 258.54º | 0.86% | 0.41% | - |
| HSV(B) | 258.54º | 0.92% | 0.76% | - |
| XYZ | 12.32 | 5.49 | 50.86 | - |
| YUV | 51.74 | 207.72 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 193 | 0.64 | 0.92 | 0 | 0.24 | 258.54 | 0.86 | 0.41 |
| Hex | 46 | F | C1 | 40 | 5C | 0 | 18 | 103 | 56 | 29 |
| Octal | 106 | 17 | 301 | 100 | 134 | 0 | 30 | 403 | 126 | 51 |
| Binary | 1000110 | 1111 | 11000001 | 1000000 | 1011100 | 0 | 11000 | 100000011 | 1010110 | 101001 |
Color Harmonies of #460FC1
Complementary color
Monochromatic Colors of #460FC1
Black with #460FC1
Text Example
Text Example
White with #460FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FC1; }
p { color: rgb(70,15,193); }
H1.HeaderClassName
{
color: #460FC1;
}
.AnyTagClassName
{
color: #460FC1;
}
</style>
background-color css
<style>
a { background-color: #460FC1; }
a { background-color: rgb(70,15,193); }
div.DivClassName
{
background-color: #460FC1;
}
.BgClassName
{
background-color: #460FC1;
}
</style>
border-color css
<style>
span { border-color: #460FC1; }
span { border-color: rgb(70,15,193); }
td.TdClassName
{
border-color: #460FC1;
}
.TagClassName
{
border-color: #460FC1;
}
</style>