Shades of Purple Heart #6924AD
Tints of Purple Heart #6924AD
RGB
CMYK
RGB Variations
Color information
#6924AD (or 0x6924AD) is known color: Purple Heart. HEX triplet: 69, 24 and AD. RGB value is (105,36,173). Sum of RGB (Red+Green+Blue) = 105+36+173=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #6924AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6924AD is #96DB52. Grayscale: #474747. Windows color (decimal): -9886547 or 11347049. OLE color: 11347049.
HSL color Cylindrical-coordinate representation of color #6924AD: hue angle of 270.22º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6924AD is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 36 | 173 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.32 |
| HSL | 270.22º | 0.66% | 0.41% | - |
| HSV(B) | 270.22º | 0.79% | 0.68% | - |
| XYZ | 14 | 7.28 | 40.2 | - |
| YUV | 72.25 | 184.86 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 173 | 0.39 | 0.79 | 0 | 0.32 | 270.22 | 0.66 | 0.41 |
| Hex | 69 | 24 | AD | 27 | 4F | 0 | 20 | 10E | 42 | 29 |
| Octal | 151 | 44 | 255 | 47 | 117 | 0 | 40 | 416 | 102 | 51 |
| Binary | 1101001 | 100100 | 10101101 | 100111 | 1001111 | 0 | 100000 | 100001110 | 1000010 | 101001 |
Color Harmonies of #6924AD
Complementary color
Monochromatic Colors of #6924AD
Black with #6924AD
Text Example
Text Example
White with #6924AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6924AD; }
p { color: rgb(105,36,173); }
H1.HeaderClassName
{
color: #6924AD;
}
.AnyTagClassName
{
color: #6924AD;
}
</style>
background-color css
<style>
a { background-color: #6924AD; }
a { background-color: rgb(105,36,173); }
div.DivClassName
{
background-color: #6924AD;
}
.BgClassName
{
background-color: #6924AD;
}
</style>
border-color css
<style>
span { border-color: #6924AD; }
span { border-color: rgb(105,36,173); }
td.TdClassName
{
border-color: #6924AD;
}
.TagClassName
{
border-color: #6924AD;
}
</style>