Shades of Purple Heart #610CC7
Tints of Purple Heart #610CC7
RGB
CMYK
RGB Variations
Color information
#610CC7 (or 0x610CC7) is known color: Purple Heart. HEX triplet: 61, 0C and C7. RGB value is (97,12,199). Sum of RGB (Red+Green+Blue) = 97+12+199=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 199 (78.12% from 255 or 64.61% from 308); Max value from RGB is 199 - color contains mainly: blue. Hex color #610CC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CC7 is #9EF338. Grayscale: #3A3A3A. Windows color (decimal): -10416953 or 13044833. OLE color: 13044833.
HSL color Cylindrical-coordinate representation of color #610CC7: hue angle of 267.27º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610CC7 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 12 | 199 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.22 |
| HSL | 267.27º | 0.89% | 0.41% | - |
| HSV(B) | 267.27º | 0.94% | 0.78% | - |
| XYZ | 15.37 | 6.93 | 54.56 | - |
| YUV | 58.73 | 207.16 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 199 | 0.51 | 0.94 | 0 | 0.22 | 267.27 | 0.89 | 0.41 |
| Hex | 61 | C | C7 | 33 | 5E | 0 | 16 | 10B | 59 | 29 |
| Octal | 141 | 14 | 307 | 63 | 136 | 0 | 26 | 413 | 131 | 51 |
| Binary | 1100001 | 1100 | 11000111 | 110011 | 1011110 | 0 | 10110 | 100001011 | 1011001 | 101001 |
Color Harmonies of #610CC7
Complementary color
Monochromatic Colors of #610CC7
Black with #610CC7
Text Example
Text Example
White with #610CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CC7; }
p { color: rgb(97,12,199); }
H1.HeaderClassName
{
color: #610CC7;
}
.AnyTagClassName
{
color: #610CC7;
}
</style>
background-color css
<style>
a { background-color: #610CC7; }
a { background-color: rgb(97,12,199); }
div.DivClassName
{
background-color: #610CC7;
}
.BgClassName
{
background-color: #610CC7;
}
</style>
border-color css
<style>
span { border-color: #610CC7; }
span { border-color: rgb(97,12,199); }
td.TdClassName
{
border-color: #610CC7;
}
.TagClassName
{
border-color: #610CC7;
}
</style>