Shades of Purple Heart #613FCE
Tints of Purple Heart #613FCE
RGB
CMYK
RGB Variations
Color information
#613FCE (or 0x613FCE) is known color: Purple Heart. HEX triplet: 61, 3F and CE. RGB value is (97,63,206). Sum of RGB (Red+Green+Blue) = 97+63+206=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #613FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613FCE is #9EC031. Grayscale: #585858. Windows color (decimal): -10403890 or 13516641. OLE color: 13516641.
HSL color Cylindrical-coordinate representation of color #613FCE: hue angle of 254.27º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613FCE is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 63 | 206 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.19 |
| HSL | 254.27º | 0.59% | 0.53% | - |
| HSV(B) | 254.27º | 0.69% | 0.81% | - |
| XYZ | 17.85 | 10.55 | 59.49 | - |
| YUV | 89.47 | 193.76 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 206 | 0.53 | 0.69 | 0 | 0.19 | 254.27 | 0.59 | 0.53 |
| Hex | 61 | 3F | CE | 35 | 45 | 0 | 13 | FE | 3B | 35 |
| Octal | 141 | 77 | 316 | 65 | 105 | 0 | 23 | 376 | 73 | 65 |
| Binary | 1100001 | 111111 | 11001110 | 110101 | 1000101 | 0 | 10011 | 11111110 | 111011 | 110101 |
Color Harmonies of #613FCE
Complementary color
Monochromatic Colors of #613FCE
Black with #613FCE
Text Example
Text Example
White with #613FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613FCE; }
p { color: rgb(97,63,206); }
H1.HeaderClassName
{
color: #613FCE;
}
.AnyTagClassName
{
color: #613FCE;
}
</style>
background-color css
<style>
a { background-color: #613FCE; }
a { background-color: rgb(97,63,206); }
div.DivClassName
{
background-color: #613FCE;
}
.BgClassName
{
background-color: #613FCE;
}
</style>
border-color css
<style>
span { border-color: #613FCE; }
span { border-color: rgb(97,63,206); }
td.TdClassName
{
border-color: #613FCE;
}
.TagClassName
{
border-color: #613FCE;
}
</style>