Shades of Purple Heart #613CBF
Tints of Purple Heart #613CBF
RGB
CMYK
RGB Variations
Color information
#613CBF (or 0x613CBF) is known color: Purple Heart. HEX triplet: 61, 3C and BF. RGB value is (97,60,191). Sum of RGB (Red+Green+Blue) = 97+60+191=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #613CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CBF is #9EC340. Grayscale: #555555. Windows color (decimal): -10404673 or 12532833. OLE color: 12532833.
HSL color Cylindrical-coordinate representation of color #613CBF: hue angle of 256.95º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613CBF is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 60 | 191 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.25 |
| HSL | 256.95º | 0.52% | 0.49% | - |
| HSV(B) | 256.95º | 0.69% | 0.75% | - |
| XYZ | 15.95 | 9.53 | 50.29 | - |
| YUV | 86 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 191 | 0.49 | 0.69 | 0 | 0.25 | 256.95 | 0.52 | 0.49 |
| Hex | 61 | 3C | BF | 31 | 45 | 0 | 19 | 101 | 34 | 31 |
| Octal | 141 | 74 | 277 | 61 | 105 | 0 | 31 | 401 | 64 | 61 |
| Binary | 1100001 | 111100 | 10111111 | 110001 | 1000101 | 0 | 11001 | 100000001 | 110100 | 110001 |
Color Harmonies of #613CBF
Complementary color
Monochromatic Colors of #613CBF
Black with #613CBF
Text Example
Text Example
White with #613CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CBF; }
p { color: rgb(97,60,191); }
H1.HeaderClassName
{
color: #613CBF;
}
.AnyTagClassName
{
color: #613CBF;
}
</style>
background-color css
<style>
a { background-color: #613CBF; }
a { background-color: rgb(97,60,191); }
div.DivClassName
{
background-color: #613CBF;
}
.BgClassName
{
background-color: #613CBF;
}
</style>
border-color css
<style>
span { border-color: #613CBF; }
span { border-color: rgb(97,60,191); }
td.TdClassName
{
border-color: #613CBF;
}
.TagClassName
{
border-color: #613CBF;
}
</style>