Shades of Purple Heart #613BCD
Tints of Purple Heart #613BCD
RGB
CMYK
RGB Variations
Color information
#613BCD (or 0x613BCD) is known color: Purple Heart. HEX triplet: 61, 3B and CD. RGB value is (97,59,205). Sum of RGB (Red+Green+Blue) = 97+59+205=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #613BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BCD is #9EC432. Grayscale: #565656. Windows color (decimal): -10404915 or 13450081. OLE color: 13450081.
HSL color Cylindrical-coordinate representation of color #613BCD: hue angle of 255.62º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613BCD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 59 | 205 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.20 |
| HSL | 255.62º | 0.59% | 0.52% | - |
| HSV(B) | 255.62º | 0.71% | 0.8% | - |
| XYZ | 17.51 | 10.08 | 58.78 | - |
| YUV | 87.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 205 | 0.53 | 0.71 | 0 | 0.20 | 255.62 | 0.59 | 0.52 |
| Hex | 61 | 3B | CD | 35 | 47 | 0 | 14 | 100 | 3B | 34 |
| Octal | 141 | 73 | 315 | 65 | 107 | 0 | 24 | 400 | 73 | 64 |
| Binary | 1100001 | 111011 | 11001101 | 110101 | 1000111 | 0 | 10100 | 100000000 | 111011 | 110100 |
Color Harmonies of #613BCD
Complementary color
Monochromatic Colors of #613BCD
Black with #613BCD
Text Example
Text Example
White with #613BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BCD; }
p { color: rgb(97,59,205); }
H1.HeaderClassName
{
color: #613BCD;
}
.AnyTagClassName
{
color: #613BCD;
}
</style>
background-color css
<style>
a { background-color: #613BCD; }
a { background-color: rgb(97,59,205); }
div.DivClassName
{
background-color: #613BCD;
}
.BgClassName
{
background-color: #613BCD;
}
</style>
border-color css
<style>
span { border-color: #613BCD; }
span { border-color: rgb(97,59,205); }
td.TdClassName
{
border-color: #613BCD;
}
.TagClassName
{
border-color: #613BCD;
}
</style>