Shades of Purple Heart #6922AC
Tints of Purple Heart #6922AC
RGB
CMYK
RGB Variations
Color information
#6922AC (or 0x6922AC) is known color: Purple Heart. HEX triplet: 69, 22 and AC. RGB value is (105,34,172). Sum of RGB (Red+Green+Blue) = 105+34+172=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #6922AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6922AC is #96DD53. Grayscale: #464646. Windows color (decimal): -9887060 or 11281001. OLE color: 11281001.
HSL color Cylindrical-coordinate representation of color #6922AC: hue angle of 270.87º 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 #6922AC is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 34 | 172 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.33 |
| HSL | 270.87º | 0.67% | 0.4% | - |
| HSV(B) | 270.87º | 0.8% | 0.67% | - |
| XYZ | 13.84 | 7.13 | 39.68 | - |
| YUV | 70.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 34 | 172 | 0.39 | 0.80 | 0 | 0.33 | 270.87 | 0.67 | 0.4 |
| Hex | 69 | 22 | AC | 27 | 50 | 0 | 21 | 10F | 43 | 28 |
| Octal | 151 | 42 | 254 | 47 | 120 | 0 | 41 | 417 | 103 | 50 |
| Binary | 1101001 | 100010 | 10101100 | 100111 | 1010000 | 0 | 100001 | 100001111 | 1000011 | 101000 |
Color Harmonies of #6922AC
Complementary color
Monochromatic Colors of #6922AC
Black with #6922AC
Text Example
Text Example
White with #6922AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6922AC; }
p { color: rgb(105,34,172); }
H1.HeaderClassName
{
color: #6922AC;
}
.AnyTagClassName
{
color: #6922AC;
}
</style>
background-color css
<style>
a { background-color: #6922AC; }
a { background-color: rgb(105,34,172); }
div.DivClassName
{
background-color: #6922AC;
}
.BgClassName
{
background-color: #6922AC;
}
</style>
border-color css
<style>
span { border-color: #6922AC; }
span { border-color: rgb(105,34,172); }
td.TdClassName
{
border-color: #6922AC;
}
.TagClassName
{
border-color: #6922AC;
}
</style>