Shades of Purple Heart #613AD5
Tints of Purple Heart #613AD5
RGB
CMYK
RGB Variations
Color information
#613AD5 (or 0x613AD5) is known color: Purple Heart. HEX triplet: 61, 3A and D5. RGB value is (97,58,213). Sum of RGB (Red+Green+Blue) = 97+58+213=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #613AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613AD5 is #9EC52A. Grayscale: #565656. Windows color (decimal): -10405163 or 13974113. OLE color: 13974113.
HSL color Cylindrical-coordinate representation of color #613AD5: hue angle of 255.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613AD5 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 58 | 213 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.16 |
| HSL | 255.1º | 0.65% | 0.53% | - |
| HSV(B) | 255.1º | 0.73% | 0.84% | - |
| XYZ | 18.45 | 10.37 | 63.98 | - |
| YUV | 87.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 213 | 0.54 | 0.73 | 0 | 0.16 | 255.1 | 0.65 | 0.53 |
| Hex | 61 | 3A | D5 | 36 | 49 | 0 | 10 | FF | 41 | 35 |
| Octal | 141 | 72 | 325 | 66 | 111 | 0 | 20 | 377 | 101 | 65 |
| Binary | 1100001 | 111010 | 11010101 | 110110 | 1001001 | 0 | 10000 | 11111111 | 1000001 | 110101 |
Color Harmonies of #613AD5
Complementary color
Monochromatic Colors of #613AD5
Black with #613AD5
Text Example
Text Example
White with #613AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613AD5; }
p { color: rgb(97,58,213); }
H1.HeaderClassName
{
color: #613AD5;
}
.AnyTagClassName
{
color: #613AD5;
}
</style>
background-color css
<style>
a { background-color: #613AD5; }
a { background-color: rgb(97,58,213); }
div.DivClassName
{
background-color: #613AD5;
}
.BgClassName
{
background-color: #613AD5;
}
</style>
border-color css
<style>
span { border-color: #613AD5; }
span { border-color: rgb(97,58,213); }
td.TdClassName
{
border-color: #613AD5;
}
.TagClassName
{
border-color: #613AD5;
}
</style>