Shades of Purple Heart #613DBD
Tints of Purple Heart #613DBD
RGB
CMYK
RGB Variations
Color information
#613DBD (or 0x613DBD) is known color: Purple Heart. HEX triplet: 61, 3D and BD. RGB value is (97,61,189). Sum of RGB (Red+Green+Blue) = 97+61+189=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #613DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613DBD is #9EC242. Grayscale: #555555. Windows color (decimal): -10404419 or 12402017. OLE color: 12402017.
HSL color Cylindrical-coordinate representation of color #613DBD: hue angle of 256.88º degrees, saturation: 0.51, 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 #613DBD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 61 | 189 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.26 |
| HSL | 256.88º | 0.51% | 0.49% | - |
| HSV(B) | 256.88º | 0.68% | 0.74% | - |
| XYZ | 15.78 | 9.55 | 49.16 | - |
| YUV | 86.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 189 | 0.49 | 0.68 | 0 | 0.26 | 256.88 | 0.51 | 0.49 |
| Hex | 61 | 3D | BD | 31 | 44 | 0 | 1A | 101 | 33 | 31 |
| Octal | 141 | 75 | 275 | 61 | 104 | 0 | 32 | 401 | 63 | 61 |
| Binary | 1100001 | 111101 | 10111101 | 110001 | 1000100 | 0 | 11010 | 100000001 | 110011 | 110001 |
Color Harmonies of #613DBD
Complementary color
Monochromatic Colors of #613DBD
Black with #613DBD
Text Example
Text Example
White with #613DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613DBD; }
p { color: rgb(97,61,189); }
H1.HeaderClassName
{
color: #613DBD;
}
.AnyTagClassName
{
color: #613DBD;
}
</style>
background-color css
<style>
a { background-color: #613DBD; }
a { background-color: rgb(97,61,189); }
div.DivClassName
{
background-color: #613DBD;
}
.BgClassName
{
background-color: #613DBD;
}
</style>
border-color css
<style>
span { border-color: #613DBD; }
span { border-color: rgb(97,61,189); }
td.TdClassName
{
border-color: #613DBD;
}
.TagClassName
{
border-color: #613DBD;
}
</style>