Shades of Purple Heart #4117BF
Tints of Purple Heart #4117BF
RGB
CMYK
RGB Variations
Color information
#4117BF (or 0x4117BF) is known color: Purple Heart. HEX triplet: 41, 17 and BF. RGB value is (65,23,191). Sum of RGB (Red+Green+Blue) = 65+23+191=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #4117BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4117BF is #BEE840. Grayscale: #363636. Windows color (decimal): -12511297 or 12523329. OLE color: 12523329.
HSL color Cylindrical-coordinate representation of color #4117BF: hue angle of 255º 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 #4117BF is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 23 | 191 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.25 |
| HSL | 255º | 0.79% | 0.42% | - |
| HSV(B) | 255º | 0.88% | 0.75% | - |
| XYZ | 11.89 | 5.5 | 49.72 | - |
| YUV | 54.71 | 204.91 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 191 | 0.66 | 0.88 | 0 | 0.25 | 255 | 0.79 | 0.42 |
| Hex | 41 | 17 | BF | 42 | 58 | 0 | 19 | FF | 4F | 2A |
| Octal | 101 | 27 | 277 | 102 | 130 | 0 | 31 | 377 | 117 | 52 |
| Binary | 1000001 | 10111 | 10111111 | 1000010 | 1011000 | 0 | 11001 | 11111111 | 1001111 | 101010 |
Color Harmonies of #4117BF
Complementary color
Monochromatic Colors of #4117BF
Black with #4117BF
Text Example
Text Example
White with #4117BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4117BF; }
p { color: rgb(65,23,191); }
H1.HeaderClassName
{
color: #4117BF;
}
.AnyTagClassName
{
color: #4117BF;
}
</style>
background-color css
<style>
a { background-color: #4117BF; }
a { background-color: rgb(65,23,191); }
div.DivClassName
{
background-color: #4117BF;
}
.BgClassName
{
background-color: #4117BF;
}
</style>
border-color css
<style>
span { border-color: #4117BF; }
span { border-color: rgb(65,23,191); }
td.TdClassName
{
border-color: #4117BF;
}
.TagClassName
{
border-color: #4117BF;
}
</style>