Shades of Purple Heart #613BDB
Tints of Purple Heart #613BDB
RGB
CMYK
RGB Variations
Color information
#613BDB (or 0x613BDB) is known color: Purple Heart. HEX triplet: 61, 3B and DB. RGB value is (97,59,219). Sum of RGB (Red+Green+Blue) = 97+59+219=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #613BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BDB is #9EC424. Grayscale: #585858. Windows color (decimal): -10404901 or 14367585. OLE color: 14367585.
HSL color Cylindrical-coordinate representation of color #613BDB: hue angle of 254.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613BDB is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 59 | 219 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.14 |
| HSL | 254.25º | 0.69% | 0.55% | - |
| HSV(B) | 254.25º | 0.73% | 0.86% | - |
| XYZ | 19.28 | 10.78 | 68.08 | - |
| YUV | 88.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 219 | 0.56 | 0.73 | 0 | 0.14 | 254.25 | 0.69 | 0.55 |
| Hex | 61 | 3B | DB | 38 | 49 | 0 | E | FE | 45 | 37 |
| Octal | 141 | 73 | 333 | 70 | 111 | 0 | 16 | 376 | 105 | 67 |
| Binary | 1100001 | 111011 | 11011011 | 111000 | 1001001 | 0 | 1110 | 11111110 | 1000101 | 110111 |
Color Harmonies of #613BDB
Complementary color
Monochromatic Colors of #613BDB
Black with #613BDB
Text Example
Text Example
White with #613BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BDB; }
p { color: rgb(97,59,219); }
H1.HeaderClassName
{
color: #613BDB;
}
.AnyTagClassName
{
color: #613BDB;
}
</style>
background-color css
<style>
a { background-color: #613BDB; }
a { background-color: rgb(97,59,219); }
div.DivClassName
{
background-color: #613BDB;
}
.BgClassName
{
background-color: #613BDB;
}
</style>
border-color css
<style>
span { border-color: #613BDB; }
span { border-color: rgb(97,59,219); }
td.TdClassName
{
border-color: #613BDB;
}
.TagClassName
{
border-color: #613BDB;
}
</style>