Shades of Purple Heart #613ADD
Tints of Purple Heart #613ADD
RGB
CMYK
RGB Variations
Color information
#613ADD (or 0x613ADD) is known color: Purple Heart. HEX triplet: 61, 3A and DD. RGB value is (97,58,221). Sum of RGB (Red+Green+Blue) = 97+58+221=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #613ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #613ADD is #9EC522. Grayscale: #575757. Windows color (decimal): -10405155 or 14498401. OLE color: 14498401.
HSL color Cylindrical-coordinate representation of color #613ADD: hue angle of 254.36º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613ADD is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 58 | 221 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.13 |
| HSL | 254.36º | 0.71% | 0.55% | - |
| HSV(B) | 254.36º | 0.74% | 0.87% | - |
| XYZ | 19.49 | 10.79 | 69.46 | - |
| YUV | 88.24 | 202.92 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 58 | 221 | 0.56 | 0.74 | 0 | 0.13 | 254.36 | 0.71 | 0.55 |
| Hex | 61 | 3A | DD | 38 | 4A | 0 | D | FE | 47 | 37 |
| Octal | 141 | 72 | 335 | 70 | 112 | 0 | 15 | 376 | 107 | 67 |
| Binary | 1100001 | 111010 | 11011101 | 111000 | 1001010 | 0 | 1101 | 11111110 | 1000111 | 110111 |
Color Harmonies of #613ADD
Complementary color
Monochromatic Colors of #613ADD
Black with #613ADD
Text Example
Text Example
White with #613ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613ADD; }
p { color: rgb(97,58,221); }
H1.HeaderClassName
{
color: #613ADD;
}
.AnyTagClassName
{
color: #613ADD;
}
</style>
background-color css
<style>
a { background-color: #613ADD; }
a { background-color: rgb(97,58,221); }
div.DivClassName
{
background-color: #613ADD;
}
.BgClassName
{
background-color: #613ADD;
}
</style>
border-color css
<style>
span { border-color: #613ADD; }
span { border-color: rgb(97,58,221); }
td.TdClassName
{
border-color: #613ADD;
}
.TagClassName
{
border-color: #613ADD;
}
</style>