Shades of Purple Heart #6107CF
Tints of Purple Heart #6107CF
RGB
CMYK
RGB Variations
Color information
#6107CF (or 0x6107CF) is known color: Purple Heart. HEX triplet: 61, 07 and CF. RGB value is (97,7,207). Sum of RGB (Red+Green+Blue) = 97+7+207=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #6107CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107CF is #9EF830. Grayscale: #383838. Windows color (decimal): -10418225 or 13567841. OLE color: 13567841.
HSL color Cylindrical-coordinate representation of color #6107CF: hue angle of 267º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6107CF is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 7 | 207 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.19 |
| HSL | 267º | 0.93% | 0.42% | - |
| HSV(B) | 267º | 0.97% | 0.81% | - |
| XYZ | 16.27 | 7.2 | 59.56 | - |
| YUV | 56.71 | 212.82 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 207 | 0.53 | 0.97 | 0 | 0.19 | 267 | 0.93 | 0.42 |
| Hex | 61 | 7 | CF | 35 | 61 | 0 | 13 | 10B | 5D | 2A |
| Octal | 141 | 7 | 317 | 65 | 141 | 0 | 23 | 413 | 135 | 52 |
| Binary | 1100001 | 111 | 11001111 | 110101 | 1100001 | 0 | 10011 | 100001011 | 1011101 | 101010 |
Color Harmonies of #6107CF
Complementary color
Monochromatic Colors of #6107CF
Black with #6107CF
Text Example
Text Example
White with #6107CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6107CF; }
p { color: rgb(97,7,207); }
H1.HeaderClassName
{
color: #6107CF;
}
.AnyTagClassName
{
color: #6107CF;
}
</style>
background-color css
<style>
a { background-color: #6107CF; }
a { background-color: rgb(97,7,207); }
div.DivClassName
{
background-color: #6107CF;
}
.BgClassName
{
background-color: #6107CF;
}
</style>
border-color css
<style>
span { border-color: #6107CF; }
span { border-color: rgb(97,7,207); }
td.TdClassName
{
border-color: #6107CF;
}
.TagClassName
{
border-color: #6107CF;
}
</style>