Shades of Purple Heart #610BCC
Tints of Purple Heart #610BCC
RGB
CMYK
RGB Variations
Color information
#610BCC (or 0x610BCC) is known color: Purple Heart. HEX triplet: 61, 0B and CC. RGB value is (97,11,204). Sum of RGB (Red+Green+Blue) = 97+11+204=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #610BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BCC is #9EF433. Grayscale: #3A3A3A. Windows color (decimal): -10417204 or 13372257. OLE color: 13372257.
HSL color Cylindrical-coordinate representation of color #610BCC: hue angle of 266.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610BCC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 11 | 204 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.2 |
| HSL | 266.74º | 0.9% | 0.42% | - |
| HSV(B) | 266.74º | 0.95% | 0.8% | - |
| XYZ | 15.95 | 7.14 | 57.66 | - |
| YUV | 58.72 | 209.99 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 204 | 0.52 | 0.95 | 0 | 0.2 | 266.74 | 0.9 | 0.42 |
| Hex | 61 | B | CC | 34 | 5F | 0 | 14 | 10B | 5A | 2A |
| Octal | 141 | 13 | 314 | 64 | 137 | 0 | 24 | 413 | 132 | 52 |
| Binary | 1100001 | 1011 | 11001100 | 110100 | 1011111 | 0 | 10100 | 100001011 | 1011010 | 101010 |
Color Harmonies of #610BCC
Complementary color
Monochromatic Colors of #610BCC
Black with #610BCC
Text Example
Text Example
White with #610BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610BCC; }
p { color: rgb(97,11,204); }
H1.HeaderClassName
{
color: #610BCC;
}
.AnyTagClassName
{
color: #610BCC;
}
</style>
background-color css
<style>
a { background-color: #610BCC; }
a { background-color: rgb(97,11,204); }
div.DivClassName
{
background-color: #610BCC;
}
.BgClassName
{
background-color: #610BCC;
}
</style>
border-color css
<style>
span { border-color: #610BCC; }
span { border-color: rgb(97,11,204); }
td.TdClassName
{
border-color: #610BCC;
}
.TagClassName
{
border-color: #610BCC;
}
</style>