Shades of Purple Heart #460CBE
Tints of Purple Heart #460CBE
RGB
CMYK
RGB Variations
Color information
#460CBE (or 0x460CBE) is known color: Purple Heart. HEX triplet: 46, 0C and BE. RGB value is (70,12,190). Sum of RGB (Red+Green+Blue) = 70+12+190=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #460CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CBE is #B9F341. Grayscale: #303030. Windows color (decimal): -12186434 or 12454982. OLE color: 12454982.
HSL color Cylindrical-coordinate representation of color #460CBE: hue angle of 259.55º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CBE is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 12 | 190 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.25 |
| HSL | 259.55º | 0.88% | 0.4% | - |
| HSV(B) | 259.55º | 0.94% | 0.75% | - |
| XYZ | 11.95 | 5.28 | 49.1 | - |
| YUV | 49.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 190 | 0.63 | 0.94 | 0 | 0.25 | 259.55 | 0.88 | 0.4 |
| Hex | 46 | C | BE | 3F | 5E | 0 | 19 | 104 | 58 | 28 |
| Octal | 106 | 14 | 276 | 77 | 136 | 0 | 31 | 404 | 130 | 50 |
| Binary | 1000110 | 1100 | 10111110 | 111111 | 1011110 | 0 | 11001 | 100000100 | 1011000 | 101000 |
Color Harmonies of #460CBE
Complementary color
Monochromatic Colors of #460CBE
Black with #460CBE
Text Example
Text Example
White with #460CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CBE; }
p { color: rgb(70,12,190); }
H1.HeaderClassName
{
color: #460CBE;
}
.AnyTagClassName
{
color: #460CBE;
}
</style>
background-color css
<style>
a { background-color: #460CBE; }
a { background-color: rgb(70,12,190); }
div.DivClassName
{
background-color: #460CBE;
}
.BgClassName
{
background-color: #460CBE;
}
</style>
border-color css
<style>
span { border-color: #460CBE; }
span { border-color: rgb(70,12,190); }
td.TdClassName
{
border-color: #460CBE;
}
.TagClassName
{
border-color: #460CBE;
}
</style>