Shades of Purple Heart #460BC1
Tints of Purple Heart #460BC1
RGB
CMYK
RGB Variations
Color information
#460BC1 (or 0x460BC1) is known color: Purple Heart. HEX triplet: 46, 0B and C1. RGB value is (70,11,193). Sum of RGB (Red+Green+Blue) = 70+11+193=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #460BC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BC1 is #B9F43E. Grayscale: #303030. Windows color (decimal): -12186687 or 12651334. OLE color: 12651334.
HSL color Cylindrical-coordinate representation of color #460BC1: hue angle of 259.45º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BC1 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 11 | 193 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.24 |
| HSL | 259.45º | 0.89% | 0.4% | - |
| HSV(B) | 259.45º | 0.94% | 0.76% | - |
| XYZ | 12.27 | 5.39 | 50.85 | - |
| YUV | 49.39 | 209.05 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 193 | 0.64 | 0.94 | 0 | 0.24 | 259.45 | 0.89 | 0.4 |
| Hex | 46 | B | C1 | 40 | 5E | 0 | 18 | 103 | 59 | 28 |
| Octal | 106 | 13 | 301 | 100 | 136 | 0 | 30 | 403 | 131 | 50 |
| Binary | 1000110 | 1011 | 11000001 | 1000000 | 1011110 | 0 | 11000 | 100000011 | 1011001 | 101000 |
Color Harmonies of #460BC1
Complementary color
Monochromatic Colors of #460BC1
Black with #460BC1
Text Example
Text Example
White with #460BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BC1; }
p { color: rgb(70,11,193); }
H1.HeaderClassName
{
color: #460BC1;
}
.AnyTagClassName
{
color: #460BC1;
}
</style>
background-color css
<style>
a { background-color: #460BC1; }
a { background-color: rgb(70,11,193); }
div.DivClassName
{
background-color: #460BC1;
}
.BgClassName
{
background-color: #460BC1;
}
</style>
border-color css
<style>
span { border-color: #460BC1; }
span { border-color: rgb(70,11,193); }
td.TdClassName
{
border-color: #460BC1;
}
.TagClassName
{
border-color: #460BC1;
}
</style>