Shades of Purple Heart #613ABC
Tints of Purple Heart #613ABC
RGB
CMYK
RGB Variations
Color information
#613ABC (or 0x613ABC) is known color: Purple Heart. HEX triplet: 61, 3A and BC. RGB value is (97,58,188). Sum of RGB (Red+Green+Blue) = 97+58+188=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #613ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ABC is #9EC543. Grayscale: #545454. Windows color (decimal): -10405188 or 12335713. OLE color: 12335713.
HSL color Cylindrical-coordinate representation of color #613ABC: hue angle of 258º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #613ABC is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 58 | 188 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.26 |
| HSL | 258º | 0.53% | 0.48% | - |
| HSV(B) | 258º | 0.69% | 0.74% | - |
| XYZ | 15.52 | 9.2 | 48.53 | - |
| YUV | 84.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 188 | 0.48 | 0.69 | 0 | 0.26 | 258 | 0.53 | 0.48 |
| Hex | 61 | 3A | BC | 30 | 45 | 0 | 1A | 102 | 35 | 30 |
| Octal | 141 | 72 | 274 | 60 | 105 | 0 | 32 | 402 | 65 | 60 |
| Binary | 1100001 | 111010 | 10111100 | 110000 | 1000101 | 0 | 11010 | 100000010 | 110101 | 110000 |
Color Harmonies of #613ABC
Complementary color
Monochromatic Colors of #613ABC
Black with #613ABC
Text Example
Text Example
White with #613ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ABC; }
p { color: rgb(97,58,188); }
H1.HeaderClassName
{
color: #613ABC;
}
.AnyTagClassName
{
color: #613ABC;
}
</style>
background-color css
<style>
a { background-color: #613ABC; }
a { background-color: rgb(97,58,188); }
div.DivClassName
{
background-color: #613ABC;
}
.BgClassName
{
background-color: #613ABC;
}
</style>
border-color css
<style>
span { border-color: #613ABC; }
span { border-color: rgb(97,58,188); }
td.TdClassName
{
border-color: #613ABC;
}
.TagClassName
{
border-color: #613ABC;
}
</style>