Shades of Purple Heart #610CC6
Tints of Purple Heart #610CC6
RGB
CMYK
RGB Variations
Color information
#610CC6 (or 0x610CC6) is known color: Purple Heart. HEX triplet: 61, 0C and C6. RGB value is (97,12,198). Sum of RGB (Red+Green+Blue) = 97+12+198=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #610CC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CC6 is #9EF339. Grayscale: #393939. Windows color (decimal): -10416954 or 12979297. OLE color: 12979297.
HSL color Cylindrical-coordinate representation of color #610CC6: hue angle of 267.42º 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 #610CC6 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 12 | 198 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.22 |
| HSL | 267.42º | 0.89% | 0.41% | - |
| HSV(B) | 267.42º | 0.94% | 0.78% | - |
| XYZ | 15.25 | 6.88 | 53.95 | - |
| YUV | 58.62 | 206.66 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 198 | 0.51 | 0.94 | 0 | 0.22 | 267.42 | 0.89 | 0.41 |
| Hex | 61 | C | C6 | 33 | 5E | 0 | 16 | 10B | 59 | 29 |
| Octal | 141 | 14 | 306 | 63 | 136 | 0 | 26 | 413 | 131 | 51 |
| Binary | 1100001 | 1100 | 11000110 | 110011 | 1011110 | 0 | 10110 | 100001011 | 1011001 | 101001 |
Color Harmonies of #610CC6
Complementary color
Monochromatic Colors of #610CC6
Black with #610CC6
Text Example
Text Example
White with #610CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CC6; }
p { color: rgb(97,12,198); }
H1.HeaderClassName
{
color: #610CC6;
}
.AnyTagClassName
{
color: #610CC6;
}
</style>
background-color css
<style>
a { background-color: #610CC6; }
a { background-color: rgb(97,12,198); }
div.DivClassName
{
background-color: #610CC6;
}
.BgClassName
{
background-color: #610CC6;
}
</style>
border-color css
<style>
span { border-color: #610CC6; }
span { border-color: rgb(97,12,198); }
td.TdClassName
{
border-color: #610CC6;
}
.TagClassName
{
border-color: #610CC6;
}
</style>