Shades of Purple Heart #6107BD
Tints of Purple Heart #6107BD
RGB
CMYK
RGB Variations
Color information
#6107BD (or 0x6107BD) is known color: Purple Heart. HEX triplet: 61, 07 and BD. RGB value is (97,7,189). Sum of RGB (Red+Green+Blue) = 97+7+189=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #6107BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107BD is #9EF842. Grayscale: #363636. Windows color (decimal): -10418243 or 12388193. OLE color: 12388193.
HSL color Cylindrical-coordinate representation of color #6107BD: hue angle of 269.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6107BD is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 7 | 189 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.26 |
| HSL | 269.67º | 0.93% | 0.38% | - |
| HSV(B) | 269.67º | 0.96% | 0.74% | - |
| XYZ | 14.19 | 6.37 | 48.63 | - |
| YUV | 54.66 | 203.82 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 189 | 0.49 | 0.96 | 0 | 0.26 | 269.67 | 0.93 | 0.38 |
| Hex | 61 | 7 | BD | 31 | 60 | 0 | 1A | 10E | 5D | 26 |
| Octal | 141 | 7 | 275 | 61 | 140 | 0 | 32 | 416 | 135 | 46 |
| Binary | 1100001 | 111 | 10111101 | 110001 | 1100000 | 0 | 11010 | 100001110 | 1011101 | 100110 |
Color Harmonies of #6107BD
Complementary color
Monochromatic Colors of #6107BD
Black with #6107BD
Text Example
Text Example
White with #6107BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6107BD; }
p { color: rgb(97,7,189); }
H1.HeaderClassName
{
color: #6107BD;
}
.AnyTagClassName
{
color: #6107BD;
}
</style>
background-color css
<style>
a { background-color: #6107BD; }
a { background-color: rgb(97,7,189); }
div.DivClassName
{
background-color: #6107BD;
}
.BgClassName
{
background-color: #6107BD;
}
</style>
border-color css
<style>
span { border-color: #6107BD; }
span { border-color: rgb(97,7,189); }
td.TdClassName
{
border-color: #6107BD;
}
.TagClassName
{
border-color: #6107BD;
}
</style>