Shades of Purple Heart #460CBC
Tints of Purple Heart #460CBC
RGB
CMYK
RGB Variations
Color information
#460CBC (or 0x460CBC) is known color: Purple Heart. HEX triplet: 46, 0C and BC. RGB value is (70,12,188). Sum of RGB (Red+Green+Blue) = 70+12+188=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #460CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CBC is #B9F343. Grayscale: #303030. Windows color (decimal): -12186436 or 12323910. OLE color: 12323910.
HSL color Cylindrical-coordinate representation of color #460CBC: hue angle of 259.77º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CBC is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 12 | 188 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.26 |
| HSL | 259.77º | 0.88% | 0.39% | - |
| HSV(B) | 259.77º | 0.94% | 0.74% | - |
| XYZ | 11.73 | 5.2 | 47.96 | - |
| YUV | 49.41 | 206.22 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 188 | 0.63 | 0.94 | 0 | 0.26 | 259.77 | 0.88 | 0.39 |
| Hex | 46 | C | BC | 3F | 5E | 0 | 1A | 104 | 58 | 27 |
| Octal | 106 | 14 | 274 | 77 | 136 | 0 | 32 | 404 | 130 | 47 |
| Binary | 1000110 | 1100 | 10111100 | 111111 | 1011110 | 0 | 11010 | 100000100 | 1011000 | 100111 |
Color Harmonies of #460CBC
Complementary color
Monochromatic Colors of #460CBC
Black with #460CBC
Text Example
Text Example
White with #460CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CBC; }
p { color: rgb(70,12,188); }
H1.HeaderClassName
{
color: #460CBC;
}
.AnyTagClassName
{
color: #460CBC;
}
</style>
background-color css
<style>
a { background-color: #460CBC; }
a { background-color: rgb(70,12,188); }
div.DivClassName
{
background-color: #460CBC;
}
.BgClassName
{
background-color: #460CBC;
}
</style>
border-color css
<style>
span { border-color: #460CBC; }
span { border-color: rgb(70,12,188); }
td.TdClassName
{
border-color: #460CBC;
}
.TagClassName
{
border-color: #460CBC;
}
</style>