Shades of Purple Heart #612AAB
Tints of Purple Heart #612AAB
RGB
CMYK
RGB Variations
Color information
#612AAB (or 0x612AAB) is known color: Purple Heart. HEX triplet: 61, 2A and AB. RGB value is (97,42,171). Sum of RGB (Red+Green+Blue) = 97+42+171=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #612AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612AAB is #9ED554. Grayscale: #484848. Windows color (decimal): -10409301 or 11217505. OLE color: 11217505.
HSL color Cylindrical-coordinate representation of color #612AAB: hue angle of 265.58º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612AAB is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 42 | 171 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.33 |
| HSL | 265.58º | 0.61% | 0.42% | - |
| HSV(B) | 265.58º | 0.75% | 0.67% | - |
| XYZ | 13.11 | 7.14 | 39.21 | - |
| YUV | 73.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 171 | 0.43 | 0.75 | 0 | 0.33 | 265.58 | 0.61 | 0.42 |
| Hex | 61 | 2A | AB | 2B | 4B | 0 | 21 | 10A | 3D | 2A |
| Octal | 141 | 52 | 253 | 53 | 113 | 0 | 41 | 412 | 75 | 52 |
| Binary | 1100001 | 101010 | 10101011 | 101011 | 1001011 | 0 | 100001 | 100001010 | 111101 | 101010 |
Color Harmonies of #612AAB
Complementary color
Monochromatic Colors of #612AAB
Black with #612AAB
Text Example
Text Example
White with #612AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612AAB; }
p { color: rgb(97,42,171); }
H1.HeaderClassName
{
color: #612AAB;
}
.AnyTagClassName
{
color: #612AAB;
}
</style>
background-color css
<style>
a { background-color: #612AAB; }
a { background-color: rgb(97,42,171); }
div.DivClassName
{
background-color: #612AAB;
}
.BgClassName
{
background-color: #612AAB;
}
</style>
border-color css
<style>
span { border-color: #612AAB; }
span { border-color: rgb(97,42,171); }
td.TdClassName
{
border-color: #612AAB;
}
.TagClassName
{
border-color: #612AAB;
}
</style>