Shades of Purple Heart #4606BA
Tints of Purple Heart #4606BA
RGB
CMYK
RGB Variations
Color information
#4606BA (or 0x4606BA) is known color: Purple Heart. HEX triplet: 46, 06 and BA. RGB value is (70,6,186). Sum of RGB (Red+Green+Blue) = 70+6+186=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #4606BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606BA is #B9F945. Grayscale: #2D2D2D. Windows color (decimal): -12187974 or 12191302. OLE color: 12191302.
HSL color Cylindrical-coordinate representation of color #4606BA: hue angle of 261.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606BA is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 6 | 186 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.27 |
| HSL | 261.33º | 0.94% | 0.38% | - |
| HSV(B) | 261.33º | 0.97% | 0.73% | - |
| XYZ | 11.45 | 4.98 | 46.81 | - |
| YUV | 45.66 | 207.2 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 186 | 0.62 | 0.97 | 0 | 0.27 | 261.33 | 0.94 | 0.38 |
| Hex | 46 | 6 | BA | 3E | 61 | 0 | 1B | 105 | 5E | 26 |
| Octal | 106 | 6 | 272 | 76 | 141 | 0 | 33 | 405 | 136 | 46 |
| Binary | 1000110 | 110 | 10111010 | 111110 | 1100001 | 0 | 11011 | 100000101 | 1011110 | 100110 |
Color Harmonies of #4606BA
Complementary color
Monochromatic Colors of #4606BA
Black with #4606BA
Text Example
Text Example
White with #4606BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606BA; }
p { color: rgb(70,6,186); }
H1.HeaderClassName
{
color: #4606BA;
}
.AnyTagClassName
{
color: #4606BA;
}
</style>
background-color css
<style>
a { background-color: #4606BA; }
a { background-color: rgb(70,6,186); }
div.DivClassName
{
background-color: #4606BA;
}
.BgClassName
{
background-color: #4606BA;
}
</style>
border-color css
<style>
span { border-color: #4606BA; }
span { border-color: rgb(70,6,186); }
td.TdClassName
{
border-color: #4606BA;
}
.TagClassName
{
border-color: #4606BA;
}
</style>