Shades of Purple Heart #4612BE
Tints of Purple Heart #4612BE
RGB
CMYK
RGB Variations
Color information
#4612BE (or 0x4612BE) is known color: Purple Heart. HEX triplet: 46, 12 and BE. RGB value is (70,18,190). Sum of RGB (Red+Green+Blue) = 70+18+190=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #4612BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4612BE is #B9ED41. Grayscale: #343434. Windows color (decimal): -12184898 or 12456518. OLE color: 12456518.
HSL color Cylindrical-coordinate representation of color #4612BE: hue angle of 258.14º 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 #4612BE is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 18 | 190 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.25 |
| HSL | 258.14º | 0.83% | 0.41% | - |
| HSV(B) | 258.14º | 0.91% | 0.75% | - |
| XYZ | 12.04 | 5.45 | 49.13 | - |
| YUV | 53.16 | 205.23 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 190 | 0.63 | 0.91 | 0 | 0.25 | 258.14 | 0.83 | 0.41 |
| Hex | 46 | 12 | BE | 3F | 5B | 0 | 19 | 102 | 53 | 29 |
| Octal | 106 | 22 | 276 | 77 | 133 | 0 | 31 | 402 | 123 | 51 |
| Binary | 1000110 | 10010 | 10111110 | 111111 | 1011011 | 0 | 11001 | 100000010 | 1010011 | 101001 |
Color Harmonies of #4612BE
Complementary color
Monochromatic Colors of #4612BE
Black with #4612BE
Text Example
Text Example
White with #4612BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4612BE; }
p { color: rgb(70,18,190); }
H1.HeaderClassName
{
color: #4612BE;
}
.AnyTagClassName
{
color: #4612BE;
}
</style>
background-color css
<style>
a { background-color: #4612BE; }
a { background-color: rgb(70,18,190); }
div.DivClassName
{
background-color: #4612BE;
}
.BgClassName
{
background-color: #4612BE;
}
</style>
border-color css
<style>
span { border-color: #4612BE; }
span { border-color: rgb(70,18,190); }
td.TdClassName
{
border-color: #4612BE;
}
.TagClassName
{
border-color: #4612BE;
}
</style>