Shades of Purple Heart #613BCA
Tints of Purple Heart #613BCA
RGB
CMYK
RGB Variations
Color information
#613BCA (or 0x613BCA) is known color: Purple Heart. HEX triplet: 61, 3B and CA. RGB value is (97,59,202). Sum of RGB (Red+Green+Blue) = 97+59+202=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #613BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613BCA is #9EC435. Grayscale: #565656. Windows color (decimal): -10404918 or 13253473. OLE color: 13253473.
HSL color Cylindrical-coordinate representation of color #613BCA: hue angle of 255.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613BCA is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 59 | 202 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.21 |
| HSL | 255.94º | 0.57% | 0.51% | - |
| HSV(B) | 255.94º | 0.71% | 0.79% | - |
| XYZ | 17.15 | 9.93 | 56.89 | - |
| YUV | 86.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 202 | 0.52 | 0.71 | 0 | 0.21 | 255.94 | 0.57 | 0.51 |
| Hex | 61 | 3B | CA | 34 | 47 | 0 | 15 | 100 | 39 | 33 |
| Octal | 141 | 73 | 312 | 64 | 107 | 0 | 25 | 400 | 71 | 63 |
| Binary | 1100001 | 111011 | 11001010 | 110100 | 1000111 | 0 | 10101 | 100000000 | 111001 | 110011 |
Color Harmonies of #613BCA
Complementary color
Monochromatic Colors of #613BCA
Black with #613BCA
Text Example
Text Example
White with #613BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613BCA; }
p { color: rgb(97,59,202); }
H1.HeaderClassName
{
color: #613BCA;
}
.AnyTagClassName
{
color: #613BCA;
}
</style>
background-color css
<style>
a { background-color: #613BCA; }
a { background-color: rgb(97,59,202); }
div.DivClassName
{
background-color: #613BCA;
}
.BgClassName
{
background-color: #613BCA;
}
</style>
border-color css
<style>
span { border-color: #613BCA; }
span { border-color: rgb(97,59,202); }
td.TdClassName
{
border-color: #613BCA;
}
.TagClassName
{
border-color: #613BCA;
}
</style>