Shades of Purple Heart #613BC9
Tints of Purple Heart #613BC9
RGB
CMYK
RGB Variations
Color information
#613BC9 (or 0x613BC9) is known color: Purple Heart. HEX triplet: 61, 3B and C9. RGB value is (97,59,201). Sum of RGB (Red+Green+Blue) = 97+59+201=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #613BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BC9 is #9EC436. Grayscale: #565656. Windows color (decimal): -10404919 or 13187937. OLE color: 13187937.
HSL color Cylindrical-coordinate representation of color #613BC9: hue angle of 256.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613BC9 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 59 | 201 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.21 |
| HSL | 256.06º | 0.57% | 0.51% | - |
| HSV(B) | 256.06º | 0.71% | 0.79% | - |
| XYZ | 17.04 | 9.89 | 56.27 | - |
| YUV | 86.55 | 192.59 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 201 | 0.52 | 0.71 | 0 | 0.21 | 256.06 | 0.57 | 0.51 |
| Hex | 61 | 3B | C9 | 34 | 47 | 0 | 15 | 100 | 39 | 33 |
| Octal | 141 | 73 | 311 | 64 | 107 | 0 | 25 | 400 | 71 | 63 |
| Binary | 1100001 | 111011 | 11001001 | 110100 | 1000111 | 0 | 10101 | 100000000 | 111001 | 110011 |
Color Harmonies of #613BC9
Complementary color
Monochromatic Colors of #613BC9
Black with #613BC9
Text Example
Text Example
White with #613BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BC9; }
p { color: rgb(97,59,201); }
H1.HeaderClassName
{
color: #613BC9;
}
.AnyTagClassName
{
color: #613BC9;
}
</style>
background-color css
<style>
a { background-color: #613BC9; }
a { background-color: rgb(97,59,201); }
div.DivClassName
{
background-color: #613BC9;
}
.BgClassName
{
background-color: #613BC9;
}
</style>
border-color css
<style>
span { border-color: #613BC9; }
span { border-color: rgb(97,59,201); }
td.TdClassName
{
border-color: #613BC9;
}
.TagClassName
{
border-color: #613BC9;
}
</style>