Shades of Purple Heart #460CCC
Tints of Purple Heart #460CCC
RGB
CMYK
RGB Variations
Color information
#460CCC (or 0x460CCC) is known color: Purple Heart. HEX triplet: 46, 0C and CC. RGB value is (70,12,204). Sum of RGB (Red+Green+Blue) = 70+12+204=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #460CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CCC is #B9F333. Grayscale: #323232. Windows color (decimal): -12186420 or 13372486. OLE color: 13372486.
HSL color Cylindrical-coordinate representation of color #460CCC: hue angle of 258.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CCC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 12 | 204 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.2 |
| HSL | 258.13º | 0.89% | 0.42% | - |
| HSV(B) | 258.13º | 0.94% | 0.8% | - |
| XYZ | 13.56 | 5.92 | 57.56 | - |
| YUV | 51.23 | 214.22 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 204 | 0.66 | 0.94 | 0 | 0.2 | 258.13 | 0.89 | 0.42 |
| Hex | 46 | C | CC | 42 | 5E | 0 | 14 | 102 | 59 | 2A |
| Octal | 106 | 14 | 314 | 102 | 136 | 0 | 24 | 402 | 131 | 52 |
| Binary | 1000110 | 1100 | 11001100 | 1000010 | 1011110 | 0 | 10100 | 100000010 | 1011001 | 101010 |
Color Harmonies of #460CCC
Complementary color
Monochromatic Colors of #460CCC
Black with #460CCC
Text Example
Text Example
White with #460CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CCC; }
p { color: rgb(70,12,204); }
H1.HeaderClassName
{
color: #460CCC;
}
.AnyTagClassName
{
color: #460CCC;
}
</style>
background-color css
<style>
a { background-color: #460CCC; }
a { background-color: rgb(70,12,204); }
div.DivClassName
{
background-color: #460CCC;
}
.BgClassName
{
background-color: #460CCC;
}
</style>
border-color css
<style>
span { border-color: #460CCC; }
span { border-color: rgb(70,12,204); }
td.TdClassName
{
border-color: #460CCC;
}
.TagClassName
{
border-color: #460CCC;
}
</style>