Shades of Purple Heart #4606BB
Tints of Purple Heart #4606BB
RGB
CMYK
RGB Variations
Color information
#4606BB (or 0x4606BB) is known color: Purple Heart. HEX triplet: 46, 06 and BB. RGB value is (70,6,187). Sum of RGB (Red+Green+Blue) = 70+6+187=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #4606BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606BB is #B9F944. Grayscale: #2D2D2D. Windows color (decimal): -12187973 or 12256838. OLE color: 12256838.
HSL color Cylindrical-coordinate representation of color #4606BB: hue angle of 261.22º 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 #4606BB is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 6 | 187 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.27 |
| HSL | 261.22º | 0.94% | 0.38% | - |
| HSV(B) | 261.22º | 0.97% | 0.73% | - |
| XYZ | 11.56 | 5.02 | 47.37 | - |
| YUV | 45.77 | 207.7 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 187 | 0.63 | 0.97 | 0 | 0.27 | 261.22 | 0.94 | 0.38 |
| Hex | 46 | 6 | BB | 3F | 61 | 0 | 1B | 105 | 5E | 26 |
| Octal | 106 | 6 | 273 | 77 | 141 | 0 | 33 | 405 | 136 | 46 |
| Binary | 1000110 | 110 | 10111011 | 111111 | 1100001 | 0 | 11011 | 100000101 | 1011110 | 100110 |
Color Harmonies of #4606BB
Complementary color
Monochromatic Colors of #4606BB
Black with #4606BB
Text Example
Text Example
White with #4606BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606BB; }
p { color: rgb(70,6,187); }
H1.HeaderClassName
{
color: #4606BB;
}
.AnyTagClassName
{
color: #4606BB;
}
</style>
background-color css
<style>
a { background-color: #4606BB; }
a { background-color: rgb(70,6,187); }
div.DivClassName
{
background-color: #4606BB;
}
.BgClassName
{
background-color: #4606BB;
}
</style>
border-color css
<style>
span { border-color: #4606BB; }
span { border-color: rgb(70,6,187); }
td.TdClassName
{
border-color: #4606BB;
}
.TagClassName
{
border-color: #4606BB;
}
</style>