Shades of Purple Heart #4612BF
Tints of Purple Heart #4612BF
RGB
CMYK
RGB Variations
Color information
#4612BF (or 0x4612BF) is known color: Purple Heart. HEX triplet: 46, 12 and BF. RGB value is (70,18,191). Sum of RGB (Red+Green+Blue) = 70+18+191=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #4612BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4612BF is #B9ED40. Grayscale: #343434. Windows color (decimal): -12184897 or 12522054. OLE color: 12522054.
HSL color Cylindrical-coordinate representation of color #4612BF: hue angle of 258.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4612BF is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 18 | 191 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.25 |
| HSL | 258.03º | 0.83% | 0.41% | - |
| HSV(B) | 258.03º | 0.91% | 0.75% | - |
| XYZ | 12.15 | 5.5 | 49.71 | - |
| YUV | 53.27 | 205.73 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 191 | 0.63 | 0.91 | 0 | 0.25 | 258.03 | 0.83 | 0.41 |
| Hex | 46 | 12 | BF | 3F | 5B | 0 | 19 | 102 | 53 | 29 |
| Octal | 106 | 22 | 277 | 77 | 133 | 0 | 31 | 402 | 123 | 51 |
| Binary | 1000110 | 10010 | 10111111 | 111111 | 1011011 | 0 | 11001 | 100000010 | 1010011 | 101001 |
Color Harmonies of #4612BF
Complementary color
Monochromatic Colors of #4612BF
Black with #4612BF
Text Example
Text Example
White with #4612BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4612BF; }
p { color: rgb(70,18,191); }
H1.HeaderClassName
{
color: #4612BF;
}
.AnyTagClassName
{
color: #4612BF;
}
</style>
background-color css
<style>
a { background-color: #4612BF; }
a { background-color: rgb(70,18,191); }
div.DivClassName
{
background-color: #4612BF;
}
.BgClassName
{
background-color: #4612BF;
}
</style>
border-color css
<style>
span { border-color: #4612BF; }
span { border-color: rgb(70,18,191); }
td.TdClassName
{
border-color: #4612BF;
}
.TagClassName
{
border-color: #4612BF;
}
</style>