Shades of Purple Heart #6114BB
Tints of Purple Heart #6114BB
RGB
CMYK
RGB Variations
Color information
#6114BB (or 0x6114BB) is known color: Purple Heart. HEX triplet: 61, 14 and BB. RGB value is (97,20,187). Sum of RGB (Red+Green+Blue) = 97+20+187=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #6114BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114BB is #9EEB44. Grayscale: #3D3D3D. Windows color (decimal): -10414917 or 12260449. OLE color: 12260449.
HSL color Cylindrical-coordinate representation of color #6114BB: hue angle of 267.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6114BB is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 20 | 187 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.27 |
| HSL | 267.66º | 0.81% | 0.41% | - |
| HSV(B) | 267.66º | 0.89% | 0.73% | - |
| XYZ | 14.15 | 6.63 | 47.55 | - |
| YUV | 62.06 | 198.51 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 187 | 0.48 | 0.89 | 0 | 0.27 | 267.66 | 0.81 | 0.41 |
| Hex | 61 | 14 | BB | 30 | 59 | 0 | 1B | 10C | 51 | 29 |
| Octal | 141 | 24 | 273 | 60 | 131 | 0 | 33 | 414 | 121 | 51 |
| Binary | 1100001 | 10100 | 10111011 | 110000 | 1011001 | 0 | 11011 | 100001100 | 1010001 | 101001 |
Color Harmonies of #6114BB
Complementary color
Monochromatic Colors of #6114BB
Black with #6114BB
Text Example
Text Example
White with #6114BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6114BB; }
p { color: rgb(97,20,187); }
H1.HeaderClassName
{
color: #6114BB;
}
.AnyTagClassName
{
color: #6114BB;
}
</style>
background-color css
<style>
a { background-color: #6114BB; }
a { background-color: rgb(97,20,187); }
div.DivClassName
{
background-color: #6114BB;
}
.BgClassName
{
background-color: #6114BB;
}
</style>
border-color css
<style>
span { border-color: #6114BB; }
span { border-color: rgb(97,20,187); }
td.TdClassName
{
border-color: #6114BB;
}
.TagClassName
{
border-color: #6114BB;
}
</style>