Shades of Purple Heart #460BC8
Tints of Purple Heart #460BC8
RGB
CMYK
RGB Variations
Color information
#460BC8 (or 0x460BC8) is known color: Purple Heart. HEX triplet: 46, 0B and C8. RGB value is (70,11,200). Sum of RGB (Red+Green+Blue) = 70+11+200=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #460BC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BC8 is #B9F437. Grayscale: #313131. Windows color (decimal): -12186680 or 13110086. OLE color: 13110086.
HSL color Cylindrical-coordinate representation of color #460BC8: hue angle of 258.73º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BC8 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 11 | 200 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.22 |
| HSL | 258.73º | 0.9% | 0.41% | - |
| HSV(B) | 258.73º | 0.95% | 0.78% | - |
| XYZ | 13.07 | 5.71 | 55.06 | - |
| YUV | 50.19 | 212.55 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 200 | 0.65 | 0.94 | 0 | 0.22 | 258.73 | 0.9 | 0.41 |
| Hex | 46 | B | C8 | 41 | 5E | 0 | 16 | 103 | 5A | 29 |
| Octal | 106 | 13 | 310 | 101 | 136 | 0 | 26 | 403 | 132 | 51 |
| Binary | 1000110 | 1011 | 11001000 | 1000001 | 1011110 | 0 | 10110 | 100000011 | 1011010 | 101001 |
Color Harmonies of #460BC8
Complementary color
Monochromatic Colors of #460BC8
Black with #460BC8
Text Example
Text Example
White with #460BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BC8; }
p { color: rgb(70,11,200); }
H1.HeaderClassName
{
color: #460BC8;
}
.AnyTagClassName
{
color: #460BC8;
}
</style>
background-color css
<style>
a { background-color: #460BC8; }
a { background-color: rgb(70,11,200); }
div.DivClassName
{
background-color: #460BC8;
}
.BgClassName
{
background-color: #460BC8;
}
</style>
border-color css
<style>
span { border-color: #460BC8; }
span { border-color: rgb(70,11,200); }
td.TdClassName
{
border-color: #460BC8;
}
.TagClassName
{
border-color: #460BC8;
}
</style>