Shades of Purple Heart #6722AD
Tints of Purple Heart #6722AD
RGB
CMYK
RGB Variations
Color information
#6722AD (or 0x6722AD) is known color: Purple Heart. HEX triplet: 67, 22 and AD. RGB value is (103,34,173). Sum of RGB (Red+Green+Blue) = 103+34+173=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #6722AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6722AD is #98DD52. Grayscale: #454545. Windows color (decimal): -10018131 or 11346535. OLE color: 11346535.
HSL color Cylindrical-coordinate representation of color #6722AD: hue angle of 269.78º 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 #6722AD is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 34 | 173 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.32 |
| HSL | 269.78º | 0.67% | 0.41% | - |
| HSV(B) | 269.78º | 0.8% | 0.68% | - |
| XYZ | 13.71 | 7.04 | 40.17 | - |
| YUV | 70.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 173 | 0.40 | 0.80 | 0 | 0.32 | 269.78 | 0.67 | 0.41 |
| Hex | 67 | 22 | AD | 28 | 50 | 0 | 20 | 10E | 43 | 29 |
| Octal | 147 | 42 | 255 | 50 | 120 | 0 | 40 | 416 | 103 | 51 |
| Binary | 1100111 | 100010 | 10101101 | 101000 | 1010000 | 0 | 100000 | 100001110 | 1000011 | 101001 |
Color Harmonies of #6722AD
Complementary color
Monochromatic Colors of #6722AD
Black with #6722AD
Text Example
Text Example
White with #6722AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6722AD; }
p { color: rgb(103,34,173); }
H1.HeaderClassName
{
color: #6722AD;
}
.AnyTagClassName
{
color: #6722AD;
}
</style>
background-color css
<style>
a { background-color: #6722AD; }
a { background-color: rgb(103,34,173); }
div.DivClassName
{
background-color: #6722AD;
}
.BgClassName
{
background-color: #6722AD;
}
</style>
border-color css
<style>
span { border-color: #6722AD; }
span { border-color: rgb(103,34,173); }
td.TdClassName
{
border-color: #6722AD;
}
.TagClassName
{
border-color: #6722AD;
}
</style>