Shades of Purple Heart #4611BF
Tints of Purple Heart #4611BF
RGB
CMYK
RGB Variations
Color information
#4611BF (or 0x4611BF) is known color: Purple Heart. HEX triplet: 46, 11 and BF. RGB value is (70,17,191). Sum of RGB (Red+Green+Blue) = 70+17+191=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #4611BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4611BF is #B9EE40. Grayscale: #343434. Windows color (decimal): -12185153 or 12521798. OLE color: 12521798.
HSL color Cylindrical-coordinate representation of color #4611BF: hue angle of 258.28º degrees, saturation: 0.84, 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 #4611BF is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 17 | 191 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.25 |
| HSL | 258.28º | 0.84% | 0.41% | - |
| HSV(B) | 258.28º | 0.91% | 0.75% | - |
| XYZ | 12.13 | 5.46 | 49.71 | - |
| YUV | 52.68 | 206.06 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 191 | 0.63 | 0.91 | 0 | 0.25 | 258.28 | 0.84 | 0.41 |
| Hex | 46 | 11 | BF | 3F | 5B | 0 | 19 | 102 | 54 | 29 |
| Octal | 106 | 21 | 277 | 77 | 133 | 0 | 31 | 402 | 124 | 51 |
| Binary | 1000110 | 10001 | 10111111 | 111111 | 1011011 | 0 | 11001 | 100000010 | 1010100 | 101001 |
Color Harmonies of #4611BF
Complementary color
Monochromatic Colors of #4611BF
Black with #4611BF
Text Example
Text Example
White with #4611BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4611BF; }
p { color: rgb(70,17,191); }
H1.HeaderClassName
{
color: #4611BF;
}
.AnyTagClassName
{
color: #4611BF;
}
</style>
background-color css
<style>
a { background-color: #4611BF; }
a { background-color: rgb(70,17,191); }
div.DivClassName
{
background-color: #4611BF;
}
.BgClassName
{
background-color: #4611BF;
}
</style>
border-color css
<style>
span { border-color: #4611BF; }
span { border-color: rgb(70,17,191); }
td.TdClassName
{
border-color: #4611BF;
}
.TagClassName
{
border-color: #4611BF;
}
</style>