Shades of Purple Heart #613CBC
Tints of Purple Heart #613CBC
RGB
CMYK
RGB Variations
Color information
#613CBC (or 0x613CBC) is known color: Purple Heart. HEX triplet: 61, 3C and BC. RGB value is (97,60,188). Sum of RGB (Red+Green+Blue) = 97+60+188=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #613CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CBC is #9EC343. Grayscale: #555555. Windows color (decimal): -10404676 or 12336225. OLE color: 12336225.
HSL color Cylindrical-coordinate representation of color #613CBC: hue angle of 257.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613CBC is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 60 | 188 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.26 |
| HSL | 257.34º | 0.52% | 0.49% | - |
| HSV(B) | 257.34º | 0.68% | 0.74% | - |
| XYZ | 15.62 | 9.4 | 48.57 | - |
| YUV | 85.66 | 185.76 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 188 | 0.48 | 0.68 | 0 | 0.26 | 257.34 | 0.52 | 0.49 |
| Hex | 61 | 3C | BC | 30 | 44 | 0 | 1A | 101 | 34 | 31 |
| Octal | 141 | 74 | 274 | 60 | 104 | 0 | 32 | 401 | 64 | 61 |
| Binary | 1100001 | 111100 | 10111100 | 110000 | 1000100 | 0 | 11010 | 100000001 | 110100 | 110001 |
Color Harmonies of #613CBC
Complementary color
Monochromatic Colors of #613CBC
Black with #613CBC
Text Example
Text Example
White with #613CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CBC; }
p { color: rgb(97,60,188); }
H1.HeaderClassName
{
color: #613CBC;
}
.AnyTagClassName
{
color: #613CBC;
}
</style>
background-color css
<style>
a { background-color: #613CBC; }
a { background-color: rgb(97,60,188); }
div.DivClassName
{
background-color: #613CBC;
}
.BgClassName
{
background-color: #613CBC;
}
</style>
border-color css
<style>
span { border-color: #613CBC; }
span { border-color: rgb(97,60,188); }
td.TdClassName
{
border-color: #613CBC;
}
.TagClassName
{
border-color: #613CBC;
}
</style>