Shades of Purple Heart #6107BC
Tints of Purple Heart #6107BC
RGB
CMYK
RGB Variations
Color information
#6107BC (or 0x6107BC) is known color: Purple Heart. HEX triplet: 61, 07 and BC. RGB value is (97,7,188). Sum of RGB (Red+Green+Blue) = 97+7+188=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #6107BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107BC is #9EF843. Grayscale: #353535. Windows color (decimal): -10418244 or 12322657. OLE color: 12322657.
HSL color Cylindrical-coordinate representation of color #6107BC: hue angle of 269.83º 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 #6107BC is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 7 | 188 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.26 |
| HSL | 269.83º | 0.93% | 0.38% | - |
| HSV(B) | 269.83º | 0.96% | 0.74% | - |
| XYZ | 14.08 | 6.32 | 48.06 | - |
| YUV | 54.54 | 203.32 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 188 | 0.48 | 0.96 | 0 | 0.26 | 269.83 | 0.93 | 0.38 |
| Hex | 61 | 7 | BC | 30 | 60 | 0 | 1A | 10E | 5D | 26 |
| Octal | 141 | 7 | 274 | 60 | 140 | 0 | 32 | 416 | 135 | 46 |
| Binary | 1100001 | 111 | 10111100 | 110000 | 1100000 | 0 | 11010 | 100001110 | 1011101 | 100110 |
Color Harmonies of #6107BC
Complementary color
Monochromatic Colors of #6107BC
Black with #6107BC
Text Example
Text Example
White with #6107BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6107BC; }
p { color: rgb(97,7,188); }
H1.HeaderClassName
{
color: #6107BC;
}
.AnyTagClassName
{
color: #6107BC;
}
</style>
background-color css
<style>
a { background-color: #6107BC; }
a { background-color: rgb(97,7,188); }
div.DivClassName
{
background-color: #6107BC;
}
.BgClassName
{
background-color: #6107BC;
}
</style>
border-color css
<style>
span { border-color: #6107BC; }
span { border-color: rgb(97,7,188); }
td.TdClassName
{
border-color: #6107BC;
}
.TagClassName
{
border-color: #6107BC;
}
</style>