Shades of Purple Heart #6114B7
Tints of Purple Heart #6114B7
RGB
CMYK
RGB Variations
Color information
#6114B7 (or 0x6114B7) is known color: Purple Heart. HEX triplet: 61, 14 and B7. RGB value is (97,20,183). Sum of RGB (Red+Green+Blue) = 97+20+183=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #6114B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114B7 is #9EEB48. Grayscale: #3D3D3D. Windows color (decimal): -10414921 or 11998305. OLE color: 11998305.
HSL color Cylindrical-coordinate representation of color #6114B7: hue angle of 268.34º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6114B7 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 20 | 183 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.28 |
| HSL | 268.34º | 0.8% | 0.4% | - |
| HSV(B) | 268.34º | 0.89% | 0.72% | - |
| XYZ | 13.73 | 6.46 | 45.32 | - |
| YUV | 61.61 | 196.51 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 183 | 0.47 | 0.89 | 0 | 0.28 | 268.34 | 0.8 | 0.4 |
| Hex | 61 | 14 | B7 | 2F | 59 | 0 | 1C | 10C | 50 | 28 |
| Octal | 141 | 24 | 267 | 57 | 131 | 0 | 34 | 414 | 120 | 50 |
| Binary | 1100001 | 10100 | 10110111 | 101111 | 1011001 | 0 | 11100 | 100001100 | 1010000 | 101000 |
Color Harmonies of #6114B7
Complementary color
Monochromatic Colors of #6114B7
Black with #6114B7
Text Example
Text Example
White with #6114B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6114B7; }
p { color: rgb(97,20,183); }
H1.HeaderClassName
{
color: #6114B7;
}
.AnyTagClassName
{
color: #6114B7;
}
</style>
background-color css
<style>
a { background-color: #6114B7; }
a { background-color: rgb(97,20,183); }
div.DivClassName
{
background-color: #6114B7;
}
.BgClassName
{
background-color: #6114B7;
}
</style>
border-color css
<style>
span { border-color: #6114B7; }
span { border-color: rgb(97,20,183); }
td.TdClassName
{
border-color: #6114B7;
}
.TagClassName
{
border-color: #6114B7;
}
</style>