Shades of Purple Heart #613ECE
Tints of Purple Heart #613ECE
RGB
CMYK
RGB Variations
Color information
#613ECE (or 0x613ECE) is known color: Purple Heart. HEX triplet: 61, 3E and CE. RGB value is (97,62,206). Sum of RGB (Red+Green+Blue) = 97+62+206=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #613ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ECE is #9EC131. Grayscale: #585858. Windows color (decimal): -10404146 or 13516385. OLE color: 13516385.
HSL color Cylindrical-coordinate representation of color #613ECE: hue angle of 254.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #613ECE is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 62 | 206 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.19 |
| HSL | 254.58º | 0.6% | 0.53% | - |
| HSV(B) | 254.58º | 0.7% | 0.81% | - |
| XYZ | 17.79 | 10.44 | 59.47 | - |
| YUV | 88.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 206 | 0.53 | 0.70 | 0 | 0.19 | 254.58 | 0.6 | 0.53 |
| Hex | 61 | 3E | CE | 35 | 46 | 0 | 13 | FF | 3C | 35 |
| Octal | 141 | 76 | 316 | 65 | 106 | 0 | 23 | 377 | 74 | 65 |
| Binary | 1100001 | 111110 | 11001110 | 110101 | 1000110 | 0 | 10011 | 11111111 | 111100 | 110101 |
Color Harmonies of #613ECE
Complementary color
Monochromatic Colors of #613ECE
Black with #613ECE
Text Example
Text Example
White with #613ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ECE; }
p { color: rgb(97,62,206); }
H1.HeaderClassName
{
color: #613ECE;
}
.AnyTagClassName
{
color: #613ECE;
}
</style>
background-color css
<style>
a { background-color: #613ECE; }
a { background-color: rgb(97,62,206); }
div.DivClassName
{
background-color: #613ECE;
}
.BgClassName
{
background-color: #613ECE;
}
</style>
border-color css
<style>
span { border-color: #613ECE; }
span { border-color: rgb(97,62,206); }
td.TdClassName
{
border-color: #613ECE;
}
.TagClassName
{
border-color: #613ECE;
}
</style>