Shades of Purple Heart #6121AA
Tints of Purple Heart #6121AA
RGB
CMYK
RGB Variations
Color information
#6121AA (or 0x6121AA) is known color: Purple Heart. HEX triplet: 61, 21 and AA. RGB value is (97,33,170). Sum of RGB (Red+Green+Blue) = 97+33+170=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #6121AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6121AA is #9EDE55. Grayscale: #434343. Windows color (decimal): -10411606 or 11149665. OLE color: 11149665.
HSL color Cylindrical-coordinate representation of color #6121AA: hue angle of 268.03º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6121AA is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 33 | 170 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.33 |
| HSL | 268.03º | 0.67% | 0.4% | - |
| HSV(B) | 268.03º | 0.81% | 0.67% | - |
| XYZ | 12.73 | 6.53 | 38.62 | - |
| YUV | 67.75 | 185.7 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 33 | 170 | 0.43 | 0.81 | 0 | 0.33 | 268.03 | 0.67 | 0.4 |
| Hex | 61 | 21 | AA | 2B | 51 | 0 | 21 | 10C | 43 | 28 |
| Octal | 141 | 41 | 252 | 53 | 121 | 0 | 41 | 414 | 103 | 50 |
| Binary | 1100001 | 100001 | 10101010 | 101011 | 1010001 | 0 | 100001 | 100001100 | 1000011 | 101000 |
Color Harmonies of #6121AA
Complementary color
Monochromatic Colors of #6121AA
Black with #6121AA
Text Example
Text Example
White with #6121AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6121AA; }
p { color: rgb(97,33,170); }
H1.HeaderClassName
{
color: #6121AA;
}
.AnyTagClassName
{
color: #6121AA;
}
</style>
background-color css
<style>
a { background-color: #6121AA; }
a { background-color: rgb(97,33,170); }
div.DivClassName
{
background-color: #6121AA;
}
.BgClassName
{
background-color: #6121AA;
}
</style>
border-color css
<style>
span { border-color: #6121AA; }
span { border-color: rgb(97,33,170); }
td.TdClassName
{
border-color: #6121AA;
}
.TagClassName
{
border-color: #6121AA;
}
</style>