Shades of Purple Heart #6140B7
Tints of Purple Heart #6140B7
RGB
CMYK
RGB Variations
Color information
#6140B7 (or 0x6140B7) is known color: Purple Heart. HEX triplet: 61, 40 and B7. RGB value is (97,64,183). Sum of RGB (Red+Green+Blue) = 97+64+183=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #6140B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6140B7 is #9EBF48. Grayscale: #565656. Windows color (decimal): -10403657 or 12009569. OLE color: 12009569.
HSL color Cylindrical-coordinate representation of color #6140B7: hue angle of 256.64º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6140B7 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 64 | 183 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.28 |
| HSL | 256.64º | 0.48% | 0.48% | - |
| HSV(B) | 256.64º | 0.65% | 0.72% | - |
| XYZ | 15.31 | 9.63 | 45.85 | - |
| YUV | 87.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 183 | 0.47 | 0.65 | 0 | 0.28 | 256.64 | 0.48 | 0.48 |
| Hex | 61 | 40 | B7 | 2F | 41 | 0 | 1C | 101 | 30 | 30 |
| Octal | 141 | 100 | 267 | 57 | 101 | 0 | 34 | 401 | 60 | 60 |
| Binary | 1100001 | 1000000 | 10110111 | 101111 | 1000001 | 0 | 11100 | 100000001 | 110000 | 110000 |
Color Harmonies of #6140B7
Complementary color
Monochromatic Colors of #6140B7
Black with #6140B7
Text Example
Text Example
White with #6140B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6140B7; }
p { color: rgb(97,64,183); }
H1.HeaderClassName
{
color: #6140B7;
}
.AnyTagClassName
{
color: #6140B7;
}
</style>
background-color css
<style>
a { background-color: #6140B7; }
a { background-color: rgb(97,64,183); }
div.DivClassName
{
background-color: #6140B7;
}
.BgClassName
{
background-color: #6140B7;
}
</style>
border-color css
<style>
span { border-color: #6140B7; }
span { border-color: rgb(97,64,183); }
td.TdClassName
{
border-color: #6140B7;
}
.TagClassName
{
border-color: #6140B7;
}
</style>