Shades of Purple Heart #610BCF
Tints of Purple Heart #610BCF
RGB
CMYK
RGB Variations
Color information
#610BCF (or 0x610BCF) is known color: Purple Heart. HEX triplet: 61, 0B and CF. RGB value is (97,11,207). Sum of RGB (Red+Green+Blue) = 97+11+207=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #610BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BCF is #9EF430. Grayscale: #3A3A3A. Windows color (decimal): -10417201 or 13568865. OLE color: 13568865.
HSL color Cylindrical-coordinate representation of color #610BCF: hue angle of 266.33º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610BCF is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 11 | 207 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.19 |
| HSL | 266.33º | 0.9% | 0.43% | - |
| HSV(B) | 266.33º | 0.95% | 0.81% | - |
| XYZ | 16.31 | 7.29 | 59.58 | - |
| YUV | 59.06 | 211.49 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 207 | 0.53 | 0.95 | 0 | 0.19 | 266.33 | 0.9 | 0.43 |
| Hex | 61 | B | CF | 35 | 5F | 0 | 13 | 10A | 5A | 2B |
| Octal | 141 | 13 | 317 | 65 | 137 | 0 | 23 | 412 | 132 | 53 |
| Binary | 1100001 | 1011 | 11001111 | 110101 | 1011111 | 0 | 10011 | 100001010 | 1011010 | 101011 |
Color Harmonies of #610BCF
Complementary color
Monochromatic Colors of #610BCF
Black with #610BCF
Text Example
Text Example
White with #610BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610BCF; }
p { color: rgb(97,11,207); }
H1.HeaderClassName
{
color: #610BCF;
}
.AnyTagClassName
{
color: #610BCF;
}
</style>
background-color css
<style>
a { background-color: #610BCF; }
a { background-color: rgb(97,11,207); }
div.DivClassName
{
background-color: #610BCF;
}
.BgClassName
{
background-color: #610BCF;
}
</style>
border-color css
<style>
span { border-color: #610BCF; }
span { border-color: rgb(97,11,207); }
td.TdClassName
{
border-color: #610BCF;
}
.TagClassName
{
border-color: #610BCF;
}
</style>