Shades of Purple Heart #613ECA
Tints of Purple Heart #613ECA
RGB
CMYK
RGB Variations
Color information
#613ECA (or 0x613ECA) is known color: Purple Heart. HEX triplet: 61, 3E and CA. RGB value is (97,62,202). Sum of RGB (Red+Green+Blue) = 97+62+202=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #613ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ECA is #9EC135. Grayscale: #575757. Windows color (decimal): -10404150 or 13254241. OLE color: 13254241.
HSL color Cylindrical-coordinate representation of color #613ECA: hue angle of 255º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613ECA is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 62 | 202 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.21 |
| HSL | 255º | 0.57% | 0.52% | - |
| HSV(B) | 255º | 0.69% | 0.79% | - |
| XYZ | 17.31 | 10.25 | 56.94 | - |
| YUV | 88.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 202 | 0.52 | 0.69 | 0 | 0.21 | 255 | 0.57 | 0.52 |
| Hex | 61 | 3E | CA | 34 | 45 | 0 | 15 | FF | 39 | 34 |
| Octal | 141 | 76 | 312 | 64 | 105 | 0 | 25 | 377 | 71 | 64 |
| Binary | 1100001 | 111110 | 11001010 | 110100 | 1000101 | 0 | 10101 | 11111111 | 111001 | 110100 |
Color Harmonies of #613ECA
Complementary color
Monochromatic Colors of #613ECA
Black with #613ECA
Text Example
Text Example
White with #613ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ECA; }
p { color: rgb(97,62,202); }
H1.HeaderClassName
{
color: #613ECA;
}
.AnyTagClassName
{
color: #613ECA;
}
</style>
background-color css
<style>
a { background-color: #613ECA; }
a { background-color: rgb(97,62,202); }
div.DivClassName
{
background-color: #613ECA;
}
.BgClassName
{
background-color: #613ECA;
}
</style>
border-color css
<style>
span { border-color: #613ECA; }
span { border-color: rgb(97,62,202); }
td.TdClassName
{
border-color: #613ECA;
}
.TagClassName
{
border-color: #613ECA;
}
</style>