Shades of Purple Heart #613ECD
Tints of Purple Heart #613ECD
RGB
CMYK
RGB Variations
Color information
#613ECD (or 0x613ECD) is known color: Purple Heart. HEX triplet: 61, 3E and CD. RGB value is (97,62,205). Sum of RGB (Red+Green+Blue) = 97+62+205=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #613ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ECD is #9EC132. Grayscale: #585858. Windows color (decimal): -10404147 or 13450849. OLE color: 13450849.
HSL color Cylindrical-coordinate representation of color #613ECD: hue angle of 254.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613ECD is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 62 | 205 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.20 |
| HSL | 254.69º | 0.59% | 0.52% | - |
| HSV(B) | 254.69º | 0.7% | 0.8% | - |
| XYZ | 17.67 | 10.39 | 58.83 | - |
| YUV | 88.77 | 193.6 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 205 | 0.53 | 0.70 | 0 | 0.20 | 254.69 | 0.59 | 0.52 |
| Hex | 61 | 3E | CD | 35 | 46 | 0 | 14 | FF | 3B | 34 |
| Octal | 141 | 76 | 315 | 65 | 106 | 0 | 24 | 377 | 73 | 64 |
| Binary | 1100001 | 111110 | 11001101 | 110101 | 1000110 | 0 | 10100 | 11111111 | 111011 | 110100 |
Color Harmonies of #613ECD
Complementary color
Monochromatic Colors of #613ECD
Black with #613ECD
Text Example
Text Example
White with #613ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ECD; }
p { color: rgb(97,62,205); }
H1.HeaderClassName
{
color: #613ECD;
}
.AnyTagClassName
{
color: #613ECD;
}
</style>
background-color css
<style>
a { background-color: #613ECD; }
a { background-color: rgb(97,62,205); }
div.DivClassName
{
background-color: #613ECD;
}
.BgClassName
{
background-color: #613ECD;
}
</style>
border-color css
<style>
span { border-color: #613ECD; }
span { border-color: rgb(97,62,205); }
td.TdClassName
{
border-color: #613ECD;
}
.TagClassName
{
border-color: #613ECD;
}
</style>