Shades of Purple Heart #6122AD
Tints of Purple Heart #6122AD
RGB
CMYK
RGB Variations
Color information
#6122AD (or 0x6122AD) is known color: Purple Heart. HEX triplet: 61, 22 and AD. RGB value is (97,34,173). Sum of RGB (Red+Green+Blue) = 97+34+173=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #6122AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6122AD is #9EDD52. Grayscale: #444444. Windows color (decimal): -10411347 or 11346529. OLE color: 11346529.
HSL color Cylindrical-coordinate representation of color #6122AD: hue angle of 267.19º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6122AD is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 34 | 173 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.32 |
| HSL | 267.19º | 0.67% | 0.41% | - |
| HSV(B) | 267.19º | 0.8% | 0.68% | - |
| XYZ | 13.04 | 6.7 | 40.14 | - |
| YUV | 68.68 | 186.87 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 173 | 0.44 | 0.80 | 0 | 0.32 | 267.19 | 0.67 | 0.41 |
| Hex | 61 | 22 | AD | 2C | 50 | 0 | 20 | 10B | 43 | 29 |
| Octal | 141 | 42 | 255 | 54 | 120 | 0 | 40 | 413 | 103 | 51 |
| Binary | 1100001 | 100010 | 10101101 | 101100 | 1010000 | 0 | 100000 | 100001011 | 1000011 | 101001 |
Color Harmonies of #6122AD
Complementary color
Monochromatic Colors of #6122AD
Black with #6122AD
Text Example
Text Example
White with #6122AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6122AD; }
p { color: rgb(97,34,173); }
H1.HeaderClassName
{
color: #6122AD;
}
.AnyTagClassName
{
color: #6122AD;
}
</style>
background-color css
<style>
a { background-color: #6122AD; }
a { background-color: rgb(97,34,173); }
div.DivClassName
{
background-color: #6122AD;
}
.BgClassName
{
background-color: #6122AD;
}
</style>
border-color css
<style>
span { border-color: #6122AD; }
span { border-color: rgb(97,34,173); }
td.TdClassName
{
border-color: #6122AD;
}
.TagClassName
{
border-color: #6122AD;
}
</style>