Shades of Purple Heart #613CBA
Tints of Purple Heart #613CBA
RGB
CMYK
RGB Variations
Color information
#613CBA (or 0x613CBA) is known color: Purple Heart. HEX triplet: 61, 3C and BA. RGB value is (97,60,186). Sum of RGB (Red+Green+Blue) = 97+60+186=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #613CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CBA is #9EC345. Grayscale: #545454. Windows color (decimal): -10404678 or 12205153. OLE color: 12205153.
HSL color Cylindrical-coordinate representation of color #613CBA: hue angle of 257.62º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613CBA is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 60 | 186 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.27 |
| HSL | 257.62º | 0.51% | 0.48% | - |
| HSV(B) | 257.62º | 0.68% | 0.73% | - |
| XYZ | 15.41 | 9.32 | 47.44 | - |
| YUV | 85.43 | 184.76 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 186 | 0.48 | 0.68 | 0 | 0.27 | 257.62 | 0.51 | 0.48 |
| Hex | 61 | 3C | BA | 30 | 44 | 0 | 1B | 102 | 33 | 30 |
| Octal | 141 | 74 | 272 | 60 | 104 | 0 | 33 | 402 | 63 | 60 |
| Binary | 1100001 | 111100 | 10111010 | 110000 | 1000100 | 0 | 11011 | 100000010 | 110011 | 110000 |
Color Harmonies of #613CBA
Complementary color
Monochromatic Colors of #613CBA
Black with #613CBA
Text Example
Text Example
White with #613CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CBA; }
p { color: rgb(97,60,186); }
H1.HeaderClassName
{
color: #613CBA;
}
.AnyTagClassName
{
color: #613CBA;
}
</style>
background-color css
<style>
a { background-color: #613CBA; }
a { background-color: rgb(97,60,186); }
div.DivClassName
{
background-color: #613CBA;
}
.BgClassName
{
background-color: #613CBA;
}
</style>
border-color css
<style>
span { border-color: #613CBA; }
span { border-color: rgb(97,60,186); }
td.TdClassName
{
border-color: #613CBA;
}
.TagClassName
{
border-color: #613CBA;
}
</style>