Shades of Purple Heart #6109B7
Tints of Purple Heart #6109B7
RGB
CMYK
RGB Variations
Color information
#6109B7 (or 0x6109B7) is known color: Purple Heart. HEX triplet: 61, 09 and B7. RGB value is (97,9,183). Sum of RGB (Red+Green+Blue) = 97+9+183=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #6109B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6109B7 is #9EF648. Grayscale: #363636. Windows color (decimal): -10417737 or 11995489. OLE color: 11995489.
HSL color Cylindrical-coordinate representation of color #6109B7: hue angle of 270.34º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6109B7 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 9 | 183 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.28 |
| HSL | 270.34º | 0.91% | 0.38% | - |
| HSV(B) | 270.34º | 0.95% | 0.72% | - |
| XYZ | 13.57 | 6.16 | 45.27 | - |
| YUV | 55.15 | 200.15 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 183 | 0.47 | 0.95 | 0 | 0.28 | 270.34 | 0.91 | 0.38 |
| Hex | 61 | 9 | B7 | 2F | 5F | 0 | 1C | 10E | 5B | 26 |
| Octal | 141 | 11 | 267 | 57 | 137 | 0 | 34 | 416 | 133 | 46 |
| Binary | 1100001 | 1001 | 10110111 | 101111 | 1011111 | 0 | 11100 | 100001110 | 1011011 | 100110 |
Color Harmonies of #6109B7
Complementary color
Monochromatic Colors of #6109B7
Black with #6109B7
Text Example
Text Example
White with #6109B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6109B7; }
p { color: rgb(97,9,183); }
H1.HeaderClassName
{
color: #6109B7;
}
.AnyTagClassName
{
color: #6109B7;
}
</style>
background-color css
<style>
a { background-color: #6109B7; }
a { background-color: rgb(97,9,183); }
div.DivClassName
{
background-color: #6109B7;
}
.BgClassName
{
background-color: #6109B7;
}
</style>
border-color css
<style>
span { border-color: #6109B7; }
span { border-color: rgb(97,9,183); }
td.TdClassName
{
border-color: #6109B7;
}
.TagClassName
{
border-color: #6109B7;
}
</style>