Shades of Purple Heart #6114BD
Tints of Purple Heart #6114BD
RGB
CMYK
RGB Variations
Color information
#6114BD (or 0x6114BD) is known color: Purple Heart. HEX triplet: 61, 14 and BD. RGB value is (97,20,189). Sum of RGB (Red+Green+Blue) = 97+20+189=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #6114BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114BD is #9EEB42. Grayscale: #3D3D3D. Windows color (decimal): -10414915 or 12391521. OLE color: 12391521.
HSL color Cylindrical-coordinate representation of color #6114BD: hue angle of 267.34º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6114BD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 20 | 189 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.26 |
| HSL | 267.34º | 0.81% | 0.41% | - |
| HSV(B) | 267.34º | 0.89% | 0.74% | - |
| XYZ | 14.37 | 6.72 | 48.68 | - |
| YUV | 62.29 | 199.51 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 189 | 0.49 | 0.89 | 0 | 0.26 | 267.34 | 0.81 | 0.41 |
| Hex | 61 | 14 | BD | 31 | 59 | 0 | 1A | 10B | 51 | 29 |
| Octal | 141 | 24 | 275 | 61 | 131 | 0 | 32 | 413 | 121 | 51 |
| Binary | 1100001 | 10100 | 10111101 | 110001 | 1011001 | 0 | 11010 | 100001011 | 1010001 | 101001 |
Color Harmonies of #6114BD
Complementary color
Monochromatic Colors of #6114BD
Black with #6114BD
Text Example
Text Example
White with #6114BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6114BD; }
p { color: rgb(97,20,189); }
H1.HeaderClassName
{
color: #6114BD;
}
.AnyTagClassName
{
color: #6114BD;
}
</style>
background-color css
<style>
a { background-color: #6114BD; }
a { background-color: rgb(97,20,189); }
div.DivClassName
{
background-color: #6114BD;
}
.BgClassName
{
background-color: #6114BD;
}
</style>
border-color css
<style>
span { border-color: #6114BD; }
span { border-color: rgb(97,20,189); }
td.TdClassName
{
border-color: #6114BD;
}
.TagClassName
{
border-color: #6114BD;
}
</style>