Shades of Purple Heart #6722AA
Tints of Purple Heart #6722AA
RGB
CMYK
RGB Variations
Color information
#6722AA (or 0x6722AA) is known color: Purple Heart. HEX triplet: 67, 22 and AA. RGB value is (103,34,170). Sum of RGB (Red+Green+Blue) = 103+34+170=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #6722AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6722AA is #98DD55. Grayscale: #454545. Windows color (decimal): -10018134 or 11149927. OLE color: 11149927.
HSL color Cylindrical-coordinate representation of color #6722AA: hue angle of 270.44º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6722AA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 34 | 170 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.33 |
| HSL | 270.44º | 0.67% | 0.4% | - |
| HSV(B) | 270.44º | 0.8% | 0.67% | - |
| XYZ | 13.42 | 6.93 | 38.66 | - |
| YUV | 70.14 | 184.36 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 170 | 0.39 | 0.80 | 0 | 0.33 | 270.44 | 0.67 | 0.4 |
| Hex | 67 | 22 | AA | 27 | 50 | 0 | 21 | 10E | 43 | 28 |
| Octal | 147 | 42 | 252 | 47 | 120 | 0 | 41 | 416 | 103 | 50 |
| Binary | 1100111 | 100010 | 10101010 | 100111 | 1010000 | 0 | 100001 | 100001110 | 1000011 | 101000 |
Color Harmonies of #6722AA
Complementary color
Monochromatic Colors of #6722AA
Black with #6722AA
Text Example
Text Example
White with #6722AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6722AA; }
p { color: rgb(103,34,170); }
H1.HeaderClassName
{
color: #6722AA;
}
.AnyTagClassName
{
color: #6722AA;
}
</style>
background-color css
<style>
a { background-color: #6722AA; }
a { background-color: rgb(103,34,170); }
div.DivClassName
{
background-color: #6722AA;
}
.BgClassName
{
background-color: #6722AA;
}
</style>
border-color css
<style>
span { border-color: #6722AA; }
span { border-color: rgb(103,34,170); }
td.TdClassName
{
border-color: #6722AA;
}
.TagClassName
{
border-color: #6722AA;
}
</style>