Shades of Purple Heart #6822AB
Tints of Purple Heart #6822AB
RGB
CMYK
RGB Variations
Color information
#6822AB (or 0x6822AB) is known color: Purple Heart. HEX triplet: 68, 22 and AB. RGB value is (104,34,171). Sum of RGB (Red+Green+Blue) = 104+34+171=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #6822AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6822AB is #97DD54. Grayscale: #464646. Windows color (decimal): -9952597 or 11215464. OLE color: 11215464.
HSL color Cylindrical-coordinate representation of color #6822AB: hue angle of 270.66º 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 #6822AB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 34 | 171 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.33 |
| HSL | 270.66º | 0.67% | 0.4% | - |
| HSV(B) | 270.66º | 0.8% | 0.67% | - |
| XYZ | 13.63 | 7.03 | 39.17 | - |
| YUV | 70.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 171 | 0.39 | 0.80 | 0 | 0.33 | 270.66 | 0.67 | 0.4 |
| Hex | 68 | 22 | AB | 27 | 50 | 0 | 21 | 10F | 43 | 28 |
| Octal | 150 | 42 | 253 | 47 | 120 | 0 | 41 | 417 | 103 | 50 |
| Binary | 1101000 | 100010 | 10101011 | 100111 | 1010000 | 0 | 100001 | 100001111 | 1000011 | 101000 |
Color Harmonies of #6822AB
Complementary color
Monochromatic Colors of #6822AB
Black with #6822AB
Text Example
Text Example
White with #6822AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6822AB; }
p { color: rgb(104,34,171); }
H1.HeaderClassName
{
color: #6822AB;
}
.AnyTagClassName
{
color: #6822AB;
}
</style>
background-color css
<style>
a { background-color: #6822AB; }
a { background-color: rgb(104,34,171); }
div.DivClassName
{
background-color: #6822AB;
}
.BgClassName
{
background-color: #6822AB;
}
</style>
border-color css
<style>
span { border-color: #6822AB; }
span { border-color: rgb(104,34,171); }
td.TdClassName
{
border-color: #6822AB;
}
.TagClassName
{
border-color: #6822AB;
}
</style>