Shades of Purple Heart #613CD0
Tints of Purple Heart #613CD0
RGB
CMYK
RGB Variations
Color information
#613CD0 (or 0x613CD0) is known color: Purple Heart. HEX triplet: 61, 3C and D0. RGB value is (97,60,208). Sum of RGB (Red+Green+Blue) = 97+60+208=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #613CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613CD0 is #9EC32F. Grayscale: #575757. Windows color (decimal): -10404656 or 13646945. OLE color: 13646945.
HSL color Cylindrical-coordinate representation of color #613CD0: hue angle of 255º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613CD0 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 60 | 208 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.18 |
| HSL | 255º | 0.61% | 0.53% | - |
| HSV(B) | 255º | 0.71% | 0.82% | - |
| XYZ | 17.93 | 10.33 | 60.72 | - |
| YUV | 87.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 208 | 0.53 | 0.71 | 0 | 0.18 | 255 | 0.61 | 0.53 |
| Hex | 61 | 3C | D0 | 35 | 47 | 0 | 12 | FF | 3D | 35 |
| Octal | 141 | 74 | 320 | 65 | 107 | 0 | 22 | 377 | 75 | 65 |
| Binary | 1100001 | 111100 | 11010000 | 110101 | 1000111 | 0 | 10010 | 11111111 | 111101 | 110101 |
Color Harmonies of #613CD0
Complementary color
Monochromatic Colors of #613CD0
Black with #613CD0
Text Example
Text Example
White with #613CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613CD0; }
p { color: rgb(97,60,208); }
H1.HeaderClassName
{
color: #613CD0;
}
.AnyTagClassName
{
color: #613CD0;
}
</style>
background-color css
<style>
a { background-color: #613CD0; }
a { background-color: rgb(97,60,208); }
div.DivClassName
{
background-color: #613CD0;
}
.BgClassName
{
background-color: #613CD0;
}
</style>
border-color css
<style>
span { border-color: #613CD0; }
span { border-color: rgb(97,60,208); }
td.TdClassName
{
border-color: #613CD0;
}
.TagClassName
{
border-color: #613CD0;
}
</style>