Shades of Purple Heart #610CCB
Tints of Purple Heart #610CCB
RGB
CMYK
RGB Variations
Color information
#610CCB (or 0x610CCB) is known color: Purple Heart. HEX triplet: 61, 0C and CB. RGB value is (97,12,203). Sum of RGB (Red+Green+Blue) = 97+12+203=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #610CCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610CCB is #9EF334. Grayscale: #3A3A3A. Windows color (decimal): -10416949 or 13306977. OLE color: 13306977.
HSL color Cylindrical-coordinate representation of color #610CCB: hue angle of 266.7º 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 #610CCB is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 12 | 203 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.20 |
| HSL | 266.7º | 0.89% | 0.42% | - |
| HSV(B) | 266.7º | 0.94% | 0.8% | - |
| XYZ | 15.84 | 7.12 | 57.04 | - |
| YUV | 59.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 12 | 203 | 0.52 | 0.94 | 0 | 0.20 | 266.7 | 0.89 | 0.42 |
| Hex | 61 | C | CB | 34 | 5E | 0 | 14 | 10B | 59 | 2A |
| Octal | 141 | 14 | 313 | 64 | 136 | 0 | 24 | 413 | 131 | 52 |
| Binary | 1100001 | 1100 | 11001011 | 110100 | 1011110 | 0 | 10100 | 100001011 | 1011001 | 101010 |
Color Harmonies of #610CCB
Complementary color
Monochromatic Colors of #610CCB
Black with #610CCB
Text Example
Text Example
White with #610CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610CCB; }
p { color: rgb(97,12,203); }
H1.HeaderClassName
{
color: #610CCB;
}
.AnyTagClassName
{
color: #610CCB;
}
</style>
background-color css
<style>
a { background-color: #610CCB; }
a { background-color: rgb(97,12,203); }
div.DivClassName
{
background-color: #610CCB;
}
.BgClassName
{
background-color: #610CCB;
}
</style>
border-color css
<style>
span { border-color: #610CCB; }
span { border-color: rgb(97,12,203); }
td.TdClassName
{
border-color: #610CCB;
}
.TagClassName
{
border-color: #610CCB;
}
</style>