Shades of Purple Heart #612ADE
Tints of Purple Heart #612ADE
RGB
CMYK
RGB Variations
Color information
#612ADE (or 0x612ADE) is known color: Purple Heart. HEX triplet: 61, 2A and DE. RGB value is (97,42,222). Sum of RGB (Red+Green+Blue) = 97+42+222=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #612ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612ADE is #9ED521. Grayscale: #4E4E4E. Windows color (decimal): -10409250 or 14559841. OLE color: 14559841.
HSL color Cylindrical-coordinate representation of color #612ADE: hue angle of 258.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #612ADE is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 42 | 222 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.13 |
| HSL | 258.33º | 0.73% | 0.52% | - |
| HSV(B) | 258.33º | 0.81% | 0.87% | - |
| XYZ | 18.94 | 9.47 | 69.94 | - |
| YUV | 78.97 | 208.72 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 222 | 0.56 | 0.81 | 0 | 0.13 | 258.33 | 0.73 | 0.52 |
| Hex | 61 | 2A | DE | 38 | 51 | 0 | D | 102 | 49 | 34 |
| Octal | 141 | 52 | 336 | 70 | 121 | 0 | 15 | 402 | 111 | 64 |
| Binary | 1100001 | 101010 | 11011110 | 111000 | 1010001 | 0 | 1101 | 100000010 | 1001001 | 110100 |
Color Harmonies of #612ADE
Complementary color
Monochromatic Colors of #612ADE
Black with #612ADE
Text Example
Text Example
White with #612ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612ADE; }
p { color: rgb(97,42,222); }
H1.HeaderClassName
{
color: #612ADE;
}
.AnyTagClassName
{
color: #612ADE;
}
</style>
background-color css
<style>
a { background-color: #612ADE; }
a { background-color: rgb(97,42,222); }
div.DivClassName
{
background-color: #612ADE;
}
.BgClassName
{
background-color: #612ADE;
}
</style>
border-color css
<style>
span { border-color: #612ADE; }
span { border-color: rgb(97,42,222); }
td.TdClassName
{
border-color: #612ADE;
}
.TagClassName
{
border-color: #612ADE;
}
</style>