Shades of Purple Heart #6121AD
Tints of Purple Heart #6121AD
RGB
CMYK
RGB Variations
Color information
#6121AD (or 0x6121AD) is known color: Purple Heart. HEX triplet: 61, 21 and AD. RGB value is (97,33,173). Sum of RGB (Red+Green+Blue) = 97+33+173=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #6121AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6121AD is #9EDE52. Grayscale: #434343. Windows color (decimal): -10411603 or 11346273. OLE color: 11346273.
HSL color Cylindrical-coordinate representation of color #6121AD: hue angle of 267.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6121AD is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 33 | 173 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.32 |
| HSL | 267.43º | 0.68% | 0.4% | - |
| HSV(B) | 267.43º | 0.81% | 0.68% | - |
| XYZ | 13.02 | 6.65 | 40.13 | - |
| YUV | 68.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 173 | 0.44 | 0.81 | 0 | 0.32 | 267.43 | 0.68 | 0.4 |
| Hex | 61 | 21 | AD | 2C | 51 | 0 | 20 | 10B | 44 | 28 |
| Octal | 141 | 41 | 255 | 54 | 121 | 0 | 40 | 413 | 104 | 50 |
| Binary | 1100001 | 100001 | 10101101 | 101100 | 1010001 | 0 | 100000 | 100001011 | 1000100 | 101000 |
Color Harmonies of #6121AD
Complementary color
Monochromatic Colors of #6121AD
Black with #6121AD
Text Example
Text Example
White with #6121AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121AD; }
p { color: rgb(97,33,173); }
H1.HeaderClassName
{
color: #6121AD;
}
.AnyTagClassName
{
color: #6121AD;
}
</style>
background-color css
<style>
a { background-color: #6121AD; }
a { background-color: rgb(97,33,173); }
div.DivClassName
{
background-color: #6121AD;
}
.BgClassName
{
background-color: #6121AD;
}
</style>
border-color css
<style>
span { border-color: #6121AD; }
span { border-color: rgb(97,33,173); }
td.TdClassName
{
border-color: #6121AD;
}
.TagClassName
{
border-color: #6121AD;
}
</style>