Shades of Purple Heart #610CBF
Tints of Purple Heart #610CBF
RGB
CMYK
RGB Variations
Color information
#610CBF (or 0x610CBF) is known color: Purple Heart. HEX triplet: 61, 0C and BF. RGB value is (97,12,191). Sum of RGB (Red+Green+Blue) = 97+12+191=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #610CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CBF is #9EF340. Grayscale: #393939. Windows color (decimal): -10416961 or 12520545. OLE color: 12520545.
HSL color Cylindrical-coordinate representation of color #610CBF: hue angle of 268.49º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610CBF is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 12 | 191 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.25 |
| HSL | 268.49º | 0.88% | 0.4% | - |
| HSV(B) | 268.49º | 0.94% | 0.75% | - |
| XYZ | 14.47 | 6.57 | 49.8 | - |
| YUV | 57.82 | 203.16 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 191 | 0.49 | 0.94 | 0 | 0.25 | 268.49 | 0.88 | 0.4 |
| Hex | 61 | C | BF | 31 | 5E | 0 | 19 | 10C | 58 | 28 |
| Octal | 141 | 14 | 277 | 61 | 136 | 0 | 31 | 414 | 130 | 50 |
| Binary | 1100001 | 1100 | 10111111 | 110001 | 1011110 | 0 | 11001 | 100001100 | 1011000 | 101000 |
Color Harmonies of #610CBF
Complementary color
Monochromatic Colors of #610CBF
Black with #610CBF
Text Example
Text Example
White with #610CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CBF; }
p { color: rgb(97,12,191); }
H1.HeaderClassName
{
color: #610CBF;
}
.AnyTagClassName
{
color: #610CBF;
}
</style>
background-color css
<style>
a { background-color: #610CBF; }
a { background-color: rgb(97,12,191); }
div.DivClassName
{
background-color: #610CBF;
}
.BgClassName
{
background-color: #610CBF;
}
</style>
border-color css
<style>
span { border-color: #610CBF; }
span { border-color: rgb(97,12,191); }
td.TdClassName
{
border-color: #610CBF;
}
.TagClassName
{
border-color: #610CBF;
}
</style>