Shades of Purple Heart #613BDA
Tints of Purple Heart #613BDA
RGB
CMYK
RGB Variations
Color information
#613BDA (or 0x613BDA) is known color: Purple Heart. HEX triplet: 61, 3B and DA. RGB value is (97,59,218). Sum of RGB (Red+Green+Blue) = 97+59+218=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #613BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BDA is #9EC425. Grayscale: #575757. Windows color (decimal): -10404902 or 14302049. OLE color: 14302049.
HSL color Cylindrical-coordinate representation of color #613BDA: hue angle of 254.34º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613BDA is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 59 | 218 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.15 |
| HSL | 254.34º | 0.68% | 0.54% | - |
| HSV(B) | 254.34º | 0.73% | 0.85% | - |
| XYZ | 19.15 | 10.73 | 67.39 | - |
| YUV | 88.49 | 201.09 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 218 | 0.56 | 0.73 | 0 | 0.15 | 254.34 | 0.68 | 0.54 |
| Hex | 61 | 3B | DA | 38 | 49 | 0 | F | FE | 44 | 36 |
| Octal | 141 | 73 | 332 | 70 | 111 | 0 | 17 | 376 | 104 | 66 |
| Binary | 1100001 | 111011 | 11011010 | 111000 | 1001001 | 0 | 1111 | 11111110 | 1000100 | 110110 |
Color Harmonies of #613BDA
Complementary color
Monochromatic Colors of #613BDA
Black with #613BDA
Text Example
Text Example
White with #613BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BDA; }
p { color: rgb(97,59,218); }
H1.HeaderClassName
{
color: #613BDA;
}
.AnyTagClassName
{
color: #613BDA;
}
</style>
background-color css
<style>
a { background-color: #613BDA; }
a { background-color: rgb(97,59,218); }
div.DivClassName
{
background-color: #613BDA;
}
.BgClassName
{
background-color: #613BDA;
}
</style>
border-color css
<style>
span { border-color: #613BDA; }
span { border-color: rgb(97,59,218); }
td.TdClassName
{
border-color: #613BDA;
}
.TagClassName
{
border-color: #613BDA;
}
</style>