Shades of Purple Heart #6721AC
Tints of Purple Heart #6721AC
RGB
CMYK
RGB Variations
Color information
#6721AC (or 0x6721AC) is known color: Purple Heart. HEX triplet: 67, 21 and AC. RGB value is (103,33,172). Sum of RGB (Red+Green+Blue) = 103+33+172=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #6721AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6721AC is #98DE53. Grayscale: #454545. Windows color (decimal): -10018388 or 11280743. OLE color: 11280743.
HSL color Cylindrical-coordinate representation of color #6721AC: hue angle of 270.22º degrees, saturation: 0.68, 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 #6721AC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 33 | 172 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.33 |
| HSL | 270.22º | 0.68% | 0.4% | - |
| HSV(B) | 270.22º | 0.81% | 0.67% | - |
| XYZ | 13.58 | 6.95 | 39.66 | - |
| YUV | 69.78 | 185.69 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 172 | 0.40 | 0.81 | 0 | 0.33 | 270.22 | 0.68 | 0.4 |
| Hex | 67 | 21 | AC | 28 | 51 | 0 | 21 | 10E | 44 | 28 |
| Octal | 147 | 41 | 254 | 50 | 121 | 0 | 41 | 416 | 104 | 50 |
| Binary | 1100111 | 100001 | 10101100 | 101000 | 1010001 | 0 | 100001 | 100001110 | 1000100 | 101000 |
Color Harmonies of #6721AC
Complementary color
Monochromatic Colors of #6721AC
Black with #6721AC
Text Example
Text Example
White with #6721AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6721AC; }
p { color: rgb(103,33,172); }
H1.HeaderClassName
{
color: #6721AC;
}
.AnyTagClassName
{
color: #6721AC;
}
</style>
background-color css
<style>
a { background-color: #6721AC; }
a { background-color: rgb(103,33,172); }
div.DivClassName
{
background-color: #6721AC;
}
.BgClassName
{
background-color: #6721AC;
}
</style>
border-color css
<style>
span { border-color: #6721AC; }
span { border-color: rgb(103,33,172); }
td.TdClassName
{
border-color: #6721AC;
}
.TagClassName
{
border-color: #6721AC;
}
</style>