Shades of Purple Heart #6920AD
Tints of Purple Heart #6920AD
RGB
CMYK
RGB Variations
Color information
#6920AD (or 0x6920AD) is known color: Purple Heart. HEX triplet: 69, 20 and AD. RGB value is (105,32,173). Sum of RGB (Red+Green+Blue) = 105+32+173=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 32 (12.89% from 255 or 10.32% 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 #6920AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6920AD is #96DF52. Grayscale: #454545. Windows color (decimal): -9887571 or 11346025. OLE color: 11346025.
HSL color Cylindrical-coordinate representation of color #6920AD: hue angle of 271.06º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6920AD is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 32 | 173 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.32 |
| HSL | 271.06º | 0.69% | 0.4% | - |
| HSV(B) | 271.06º | 0.82% | 0.68% | - |
| XYZ | 13.89 | 7.05 | 40.16 | - |
| YUV | 69.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 173 | 0.39 | 0.82 | 0 | 0.32 | 271.06 | 0.69 | 0.4 |
| Hex | 69 | 20 | AD | 27 | 52 | 0 | 20 | 10F | 45 | 28 |
| Octal | 151 | 40 | 255 | 47 | 122 | 0 | 40 | 417 | 105 | 50 |
| Binary | 1101001 | 100000 | 10101101 | 100111 | 1010010 | 0 | 100000 | 100001111 | 1000101 | 101000 |
Color Harmonies of #6920AD
Complementary color
Monochromatic Colors of #6920AD
Black with #6920AD
Text Example
Text Example
White with #6920AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6920AD; }
p { color: rgb(105,32,173); }
H1.HeaderClassName
{
color: #6920AD;
}
.AnyTagClassName
{
color: #6920AD;
}
</style>
background-color css
<style>
a { background-color: #6920AD; }
a { background-color: rgb(105,32,173); }
div.DivClassName
{
background-color: #6920AD;
}
.BgClassName
{
background-color: #6920AD;
}
</style>
border-color css
<style>
span { border-color: #6920AD; }
span { border-color: rgb(105,32,173); }
td.TdClassName
{
border-color: #6920AD;
}
.TagClassName
{
border-color: #6920AD;
}
</style>