Shades of Purple Heart #4110BB
Tints of Purple Heart #4110BB
RGB
CMYK
RGB Variations
Color information
#4110BB (or 0x4110BB) is known color: Purple Heart. HEX triplet: 41, 10 and BB. RGB value is (65,16,187). Sum of RGB (Red+Green+Blue) = 65+16+187=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #4110BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4110BB is #BEEF44. Grayscale: #313131. Windows color (decimal): -12513093 or 12259393. OLE color: 12259393.
HSL color Cylindrical-coordinate representation of color #4110BB: hue angle of 257.19º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4110BB is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 16 | 187 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.27 |
| HSL | 257.19º | 0.84% | 0.4% | - |
| HSV(B) | 257.19º | 0.91% | 0.73% | - |
| XYZ | 11.33 | 5.08 | 47.4 | - |
| YUV | 50.15 | 205.23 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 16 | 187 | 0.65 | 0.91 | 0 | 0.27 | 257.19 | 0.84 | 0.4 |
| Hex | 41 | 10 | BB | 41 | 5B | 0 | 1B | 101 | 54 | 28 |
| Octal | 101 | 20 | 273 | 101 | 133 | 0 | 33 | 401 | 124 | 50 |
| Binary | 1000001 | 10000 | 10111011 | 1000001 | 1011011 | 0 | 11011 | 100000001 | 1010100 | 101000 |
Color Harmonies of #4110BB
Complementary color
Monochromatic Colors of #4110BB
Black with #4110BB
Text Example
Text Example
White with #4110BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4110BB; }
p { color: rgb(65,16,187); }
H1.HeaderClassName
{
color: #4110BB;
}
.AnyTagClassName
{
color: #4110BB;
}
</style>
background-color css
<style>
a { background-color: #4110BB; }
a { background-color: rgb(65,16,187); }
div.DivClassName
{
background-color: #4110BB;
}
.BgClassName
{
background-color: #4110BB;
}
</style>
border-color css
<style>
span { border-color: #4110BB; }
span { border-color: rgb(65,16,187); }
td.TdClassName
{
border-color: #4110BB;
}
.TagClassName
{
border-color: #4110BB;
}
</style>