Shades of Purple Heart #4116BF
Tints of Purple Heart #4116BF
RGB
CMYK
RGB Variations
Color information
#4116BF (or 0x4116BF) is known color: Purple Heart. HEX triplet: 41, 16 and BF. RGB value is (65,22,191). Sum of RGB (Red+Green+Blue) = 65+22+191=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 22 (8.98% from 255 or 7.91% 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 #4116BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4116BF is #BEE940. Grayscale: #353535. Windows color (decimal): -12511553 or 12523073. OLE color: 12523073.
HSL color Cylindrical-coordinate representation of color #4116BF: hue angle of 255.27º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4116BF is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 22 | 191 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.25 |
| HSL | 255.27º | 0.79% | 0.42% | - |
| HSV(B) | 255.27º | 0.88% | 0.75% | - |
| XYZ | 11.87 | 5.46 | 49.72 | - |
| YUV | 54.12 | 205.25 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 191 | 0.66 | 0.88 | 0 | 0.25 | 255.27 | 0.79 | 0.42 |
| Hex | 41 | 16 | BF | 42 | 58 | 0 | 19 | FF | 4F | 2A |
| Octal | 101 | 26 | 277 | 102 | 130 | 0 | 31 | 377 | 117 | 52 |
| Binary | 1000001 | 10110 | 10111111 | 1000010 | 1011000 | 0 | 11001 | 11111111 | 1001111 | 101010 |
Color Harmonies of #4116BF
Complementary color
Monochromatic Colors of #4116BF
Black with #4116BF
Text Example
Text Example
White with #4116BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4116BF; }
p { color: rgb(65,22,191); }
H1.HeaderClassName
{
color: #4116BF;
}
.AnyTagClassName
{
color: #4116BF;
}
</style>
background-color css
<style>
a { background-color: #4116BF; }
a { background-color: rgb(65,22,191); }
div.DivClassName
{
background-color: #4116BF;
}
.BgClassName
{
background-color: #4116BF;
}
</style>
border-color css
<style>
span { border-color: #4116BF; }
span { border-color: rgb(65,22,191); }
td.TdClassName
{
border-color: #4116BF;
}
.TagClassName
{
border-color: #4116BF;
}
</style>