Shades of Purple Heart #4115BF
Tints of Purple Heart #4115BF
RGB
CMYK
RGB Variations
Color information
#4115BF (or 0x4115BF) is known color: Purple Heart. HEX triplet: 41, 15 and BF. RGB value is (65,21,191). Sum of RGB (Red+Green+Blue) = 65+21+191=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #4115BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4115BF is #BEEA40. Grayscale: #343434. Windows color (decimal): -12511809 or 12522817. OLE color: 12522817.
HSL color Cylindrical-coordinate representation of color #4115BF: hue angle of 255.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4115BF is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 21 | 191 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.25 |
| HSL | 255.53º | 0.8% | 0.42% | - |
| HSV(B) | 255.53º | 0.89% | 0.75% | - |
| XYZ | 11.85 | 5.42 | 49.71 | - |
| YUV | 53.54 | 205.58 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 191 | 0.66 | 0.89 | 0 | 0.25 | 255.53 | 0.8 | 0.42 |
| Hex | 41 | 15 | BF | 42 | 59 | 0 | 19 | 100 | 50 | 2A |
| Octal | 101 | 25 | 277 | 102 | 131 | 0 | 31 | 400 | 120 | 52 |
| Binary | 1000001 | 10101 | 10111111 | 1000010 | 1011001 | 0 | 11001 | 100000000 | 1010000 | 101010 |
Color Harmonies of #4115BF
Complementary color
Monochromatic Colors of #4115BF
Black with #4115BF
Text Example
Text Example
White with #4115BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4115BF; }
p { color: rgb(65,21,191); }
H1.HeaderClassName
{
color: #4115BF;
}
.AnyTagClassName
{
color: #4115BF;
}
</style>
background-color css
<style>
a { background-color: #4115BF; }
a { background-color: rgb(65,21,191); }
div.DivClassName
{
background-color: #4115BF;
}
.BgClassName
{
background-color: #4115BF;
}
</style>
border-color css
<style>
span { border-color: #4115BF; }
span { border-color: rgb(65,21,191); }
td.TdClassName
{
border-color: #4115BF;
}
.TagClassName
{
border-color: #4115BF;
}
</style>