Shades of Purple Heart #610BBC
Tints of Purple Heart #610BBC
RGB
CMYK
RGB Variations
Color information
#610BBC (or 0x610BBC) is known color: Purple Heart. HEX triplet: 61, 0B and BC. RGB value is (97,11,188). Sum of RGB (Red+Green+Blue) = 97+11+188=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #610BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BBC is #9EF443. Grayscale: #383838. Windows color (decimal): -10417220 or 12323681. OLE color: 12323681.
HSL color Cylindrical-coordinate representation of color #610BBC: hue angle of 269.15º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610BBC is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 11 | 188 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.26 |
| HSL | 269.15º | 0.89% | 0.39% | - |
| HSV(B) | 269.15º | 0.94% | 0.74% | - |
| XYZ | 14.13 | 6.41 | 48.07 | - |
| YUV | 56.89 | 201.99 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 188 | 0.48 | 0.94 | 0 | 0.26 | 269.15 | 0.89 | 0.39 |
| Hex | 61 | B | BC | 30 | 5E | 0 | 1A | 10D | 59 | 27 |
| Octal | 141 | 13 | 274 | 60 | 136 | 0 | 32 | 415 | 131 | 47 |
| Binary | 1100001 | 1011 | 10111100 | 110000 | 1011110 | 0 | 11010 | 100001101 | 1011001 | 100111 |
Color Harmonies of #610BBC
Complementary color
Monochromatic Colors of #610BBC
Black with #610BBC
Text Example
Text Example
White with #610BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610BBC; }
p { color: rgb(97,11,188); }
H1.HeaderClassName
{
color: #610BBC;
}
.AnyTagClassName
{
color: #610BBC;
}
</style>
background-color css
<style>
a { background-color: #610BBC; }
a { background-color: rgb(97,11,188); }
div.DivClassName
{
background-color: #610BBC;
}
.BgClassName
{
background-color: #610BBC;
}
</style>
border-color css
<style>
span { border-color: #610BBC; }
span { border-color: rgb(97,11,188); }
td.TdClassName
{
border-color: #610BBC;
}
.TagClassName
{
border-color: #610BBC;
}
</style>