Shades of Purple Heart #610CCC
Tints of Purple Heart #610CCC
RGB
CMYK
RGB Variations
Color information
#610CCC (or 0x610CCC) is known color: Purple Heart. HEX triplet: 61, 0C and CC. RGB value is (97,12,204). Sum of RGB (Red+Green+Blue) = 97+12+204=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #610CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CCC is #9EF333. Grayscale: #3A3A3A. Windows color (decimal): -10416948 or 13372513. OLE color: 13372513.
HSL color Cylindrical-coordinate representation of color #610CCC: hue angle of 266.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610CCC is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 12 | 204 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.2 |
| HSL | 266.56º | 0.89% | 0.42% | - |
| HSV(B) | 266.56º | 0.94% | 0.8% | - |
| XYZ | 15.96 | 7.16 | 57.67 | - |
| YUV | 59.3 | 209.66 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 204 | 0.52 | 0.94 | 0 | 0.2 | 266.56 | 0.89 | 0.42 |
| Hex | 61 | C | CC | 34 | 5E | 0 | 14 | 10B | 59 | 2A |
| Octal | 141 | 14 | 314 | 64 | 136 | 0 | 24 | 413 | 131 | 52 |
| Binary | 1100001 | 1100 | 11001100 | 110100 | 1011110 | 0 | 10100 | 100001011 | 1011001 | 101010 |
Color Harmonies of #610CCC
Complementary color
Monochromatic Colors of #610CCC
Black with #610CCC
Text Example
Text Example
White with #610CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CCC; }
p { color: rgb(97,12,204); }
H1.HeaderClassName
{
color: #610CCC;
}
.AnyTagClassName
{
color: #610CCC;
}
</style>
background-color css
<style>
a { background-color: #610CCC; }
a { background-color: rgb(97,12,204); }
div.DivClassName
{
background-color: #610CCC;
}
.BgClassName
{
background-color: #610CCC;
}
</style>
border-color css
<style>
span { border-color: #610CCC; }
span { border-color: rgb(97,12,204); }
td.TdClassName
{
border-color: #610CCC;
}
.TagClassName
{
border-color: #610CCC;
}
</style>