Shades of Purple Heart #613FCF
Tints of Purple Heart #613FCF
RGB
CMYK
RGB Variations
Color information
#613FCF (or 0x613FCF) is known color: Purple Heart. HEX triplet: 61, 3F and CF. RGB value is (97,63,207). Sum of RGB (Red+Green+Blue) = 97+63+207=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #613FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FCF is #9EC030. Grayscale: #595959. Windows color (decimal): -10403889 or 13582177. OLE color: 13582177.
HSL color Cylindrical-coordinate representation of color #613FCF: hue angle of 254.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613FCF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 63 | 207 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.19 |
| HSL | 254.17º | 0.6% | 0.53% | - |
| HSV(B) | 254.17º | 0.7% | 0.81% | - |
| XYZ | 17.97 | 10.6 | 60.13 | - |
| YUV | 89.58 | 194.26 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 207 | 0.53 | 0.70 | 0 | 0.19 | 254.17 | 0.6 | 0.53 |
| Hex | 61 | 3F | CF | 35 | 46 | 0 | 13 | FE | 3C | 35 |
| Octal | 141 | 77 | 317 | 65 | 106 | 0 | 23 | 376 | 74 | 65 |
| Binary | 1100001 | 111111 | 11001111 | 110101 | 1000110 | 0 | 10011 | 11111110 | 111100 | 110101 |
Color Harmonies of #613FCF
Complementary color
Monochromatic Colors of #613FCF
Black with #613FCF
Text Example
Text Example
White with #613FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FCF; }
p { color: rgb(97,63,207); }
H1.HeaderClassName
{
color: #613FCF;
}
.AnyTagClassName
{
color: #613FCF;
}
</style>
background-color css
<style>
a { background-color: #613FCF; }
a { background-color: rgb(97,63,207); }
div.DivClassName
{
background-color: #613FCF;
}
.BgClassName
{
background-color: #613FCF;
}
</style>
border-color css
<style>
span { border-color: #613FCF; }
span { border-color: rgb(97,63,207); }
td.TdClassName
{
border-color: #613FCF;
}
.TagClassName
{
border-color: #613FCF;
}
</style>