Shades of Purple Heart #6107CE
Tints of Purple Heart #6107CE
RGB
CMYK
RGB Variations
Color information
#6107CE (or 0x6107CE) is known color: Purple Heart. HEX triplet: 61, 07 and CE. RGB value is (97,7,206). Sum of RGB (Red+Green+Blue) = 97+7+206=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #6107CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6107CE is #9EF831. Grayscale: #373737. Windows color (decimal): -10418226 or 13502305. OLE color: 13502305.
HSL color Cylindrical-coordinate representation of color #6107CE: hue angle of 267.14º 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 #6107CE is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 7 | 206 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.19 |
| HSL | 267.14º | 0.93% | 0.42% | - |
| HSV(B) | 267.14º | 0.97% | 0.81% | - |
| XYZ | 16.15 | 7.15 | 58.92 | - |
| YUV | 56.6 | 212.32 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 206 | 0.53 | 0.97 | 0 | 0.19 | 267.14 | 0.93 | 0.42 |
| Hex | 61 | 7 | CE | 35 | 61 | 0 | 13 | 10B | 5D | 2A |
| Octal | 141 | 7 | 316 | 65 | 141 | 0 | 23 | 413 | 135 | 52 |
| Binary | 1100001 | 111 | 11001110 | 110101 | 1100001 | 0 | 10011 | 100001011 | 1011101 | 101010 |
Color Harmonies of #6107CE
Complementary color
Monochromatic Colors of #6107CE
Black with #6107CE
Text Example
Text Example
White with #6107CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6107CE; }
p { color: rgb(97,7,206); }
H1.HeaderClassName
{
color: #6107CE;
}
.AnyTagClassName
{
color: #6107CE;
}
</style>
background-color css
<style>
a { background-color: #6107CE; }
a { background-color: rgb(97,7,206); }
div.DivClassName
{
background-color: #6107CE;
}
.BgClassName
{
background-color: #6107CE;
}
</style>
border-color css
<style>
span { border-color: #6107CE; }
span { border-color: rgb(97,7,206); }
td.TdClassName
{
border-color: #6107CE;
}
.TagClassName
{
border-color: #6107CE;
}
</style>