Shades of Purple Heart #6110BB
Tints of Purple Heart #6110BB
RGB
CMYK
RGB Variations
Color information
#6110BB (or 0x6110BB) is known color: Purple Heart. HEX triplet: 61, 10 and BB. RGB value is (97,16,187). Sum of RGB (Red+Green+Blue) = 97+16+187=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #6110BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6110BB is #9EEF44. Grayscale: #3B3B3B. Windows color (decimal): -10415941 or 12259425. OLE color: 12259425.
HSL color Cylindrical-coordinate representation of color #6110BB: hue angle of 268.42º 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 #6110BB is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 16 | 187 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.27 |
| HSL | 268.42º | 0.84% | 0.4% | - |
| HSV(B) | 268.42º | 0.91% | 0.73% | - |
| XYZ | 14.08 | 6.5 | 47.53 | - |
| YUV | 59.71 | 199.84 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 187 | 0.48 | 0.91 | 0 | 0.27 | 268.42 | 0.84 | 0.4 |
| Hex | 61 | 10 | BB | 30 | 5B | 0 | 1B | 10C | 54 | 28 |
| Octal | 141 | 20 | 273 | 60 | 133 | 0 | 33 | 414 | 124 | 50 |
| Binary | 1100001 | 10000 | 10111011 | 110000 | 1011011 | 0 | 11011 | 100001100 | 1010100 | 101000 |
Color Harmonies of #6110BB
Complementary color
Monochromatic Colors of #6110BB
Black with #6110BB
Text Example
Text Example
White with #6110BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6110BB; }
p { color: rgb(97,16,187); }
H1.HeaderClassName
{
color: #6110BB;
}
.AnyTagClassName
{
color: #6110BB;
}
</style>
background-color css
<style>
a { background-color: #6110BB; }
a { background-color: rgb(97,16,187); }
div.DivClassName
{
background-color: #6110BB;
}
.BgClassName
{
background-color: #6110BB;
}
</style>
border-color css
<style>
span { border-color: #6110BB; }
span { border-color: rgb(97,16,187); }
td.TdClassName
{
border-color: #6110BB;
}
.TagClassName
{
border-color: #6110BB;
}
</style>