Shades of Purple Heart #613CDE
Tints of Purple Heart #613CDE
RGB
CMYK
RGB Variations
Color information
#613CDE (or 0x613CDE) is known color: Purple Heart. HEX triplet: 61, 3C and DE. RGB value is (97,60,222). Sum of RGB (Red+Green+Blue) = 97+60+222=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #613CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CDE is #9EC321. Grayscale: #585858. Windows color (decimal): -10404642 or 14564449. OLE color: 14564449.
HSL color Cylindrical-coordinate representation of color #613CDE: hue angle of 253.7º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #613CDE is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 60 | 222 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.13 |
| HSL | 253.7º | 0.71% | 0.55% | - |
| HSV(B) | 253.7º | 0.73% | 0.87% | - |
| XYZ | 19.73 | 11.05 | 70.2 | - |
| YUV | 89.53 | 202.76 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 222 | 0.56 | 0.73 | 0 | 0.13 | 253.7 | 0.71 | 0.55 |
| Hex | 61 | 3C | DE | 38 | 49 | 0 | D | FE | 47 | 37 |
| Octal | 141 | 74 | 336 | 70 | 111 | 0 | 15 | 376 | 107 | 67 |
| Binary | 1100001 | 111100 | 11011110 | 111000 | 1001001 | 0 | 1101 | 11111110 | 1000111 | 110111 |
Color Harmonies of #613CDE
Complementary color
Monochromatic Colors of #613CDE
Black with #613CDE
Text Example
Text Example
White with #613CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CDE; }
p { color: rgb(97,60,222); }
H1.HeaderClassName
{
color: #613CDE;
}
.AnyTagClassName
{
color: #613CDE;
}
</style>
background-color css
<style>
a { background-color: #613CDE; }
a { background-color: rgb(97,60,222); }
div.DivClassName
{
background-color: #613CDE;
}
.BgClassName
{
background-color: #613CDE;
}
</style>
border-color css
<style>
span { border-color: #613CDE; }
span { border-color: rgb(97,60,222); }
td.TdClassName
{
border-color: #613CDE;
}
.TagClassName
{
border-color: #613CDE;
}
</style>