Shades of Purple Heart #613BD7
Tints of Purple Heart #613BD7
RGB
CMYK
RGB Variations
Color information
#613BD7 (or 0x613BD7) is known color: Purple Heart. HEX triplet: 61, 3B and D7. RGB value is (97,59,215). Sum of RGB (Red+Green+Blue) = 97+59+215=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #613BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BD7 is #9EC428. Grayscale: #575757. Windows color (decimal): -10404905 or 14105441. OLE color: 14105441.
HSL color Cylindrical-coordinate representation of color #613BD7: hue angle of 254.62º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613BD7 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 59 | 215 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.16 |
| HSL | 254.62º | 0.66% | 0.54% | - |
| HSV(B) | 254.62º | 0.73% | 0.84% | - |
| XYZ | 18.76 | 10.58 | 65.34 | - |
| YUV | 88.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 215 | 0.55 | 0.73 | 0 | 0.16 | 254.62 | 0.66 | 0.54 |
| Hex | 61 | 3B | D7 | 37 | 49 | 0 | 10 | FF | 42 | 36 |
| Octal | 141 | 73 | 327 | 67 | 111 | 0 | 20 | 377 | 102 | 66 |
| Binary | 1100001 | 111011 | 11010111 | 110111 | 1001001 | 0 | 10000 | 11111111 | 1000010 | 110110 |
Color Harmonies of #613BD7
Complementary color
Monochromatic Colors of #613BD7
Black with #613BD7
Text Example
Text Example
White with #613BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BD7; }
p { color: rgb(97,59,215); }
H1.HeaderClassName
{
color: #613BD7;
}
.AnyTagClassName
{
color: #613BD7;
}
</style>
background-color css
<style>
a { background-color: #613BD7; }
a { background-color: rgb(97,59,215); }
div.DivClassName
{
background-color: #613BD7;
}
.BgClassName
{
background-color: #613BD7;
}
</style>
border-color css
<style>
span { border-color: #613BD7; }
span { border-color: rgb(97,59,215); }
td.TdClassName
{
border-color: #613BD7;
}
.TagClassName
{
border-color: #613BD7;
}
</style>