Shades of Purple Heart #6905AD
Tints of Purple Heart #6905AD
RGB
CMYK
RGB Variations
Color information
#6905AD (or 0x6905AD) is known color: Purple Heart. HEX triplet: 69, 05 and AD. RGB value is (105,5,173). Sum of RGB (Red+Green+Blue) = 105+5+173=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #6905AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6905AD is #96FA52. Grayscale: #353535. Windows color (decimal): -9894483 or 11339113. OLE color: 11339113.
HSL color Cylindrical-coordinate representation of color #6905AD: hue angle of 275.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6905AD is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 5 | 173 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.32 |
| HSL | 275.71º | 0.94% | 0.35% | - |
| HSV(B) | 275.71º | 0.97% | 0.68% | - |
| XYZ | 13.42 | 6.13 | 40.01 | - |
| YUV | 54.05 | 195.13 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 173 | 0.39 | 0.97 | 0 | 0.32 | 275.71 | 0.94 | 0.35 |
| Hex | 69 | 5 | AD | 27 | 61 | 0 | 20 | 114 | 5E | 23 |
| Octal | 151 | 5 | 255 | 47 | 141 | 0 | 40 | 424 | 136 | 43 |
| Binary | 1101001 | 101 | 10101101 | 100111 | 1100001 | 0 | 100000 | 100010100 | 1011110 | 100011 |
Color Harmonies of #6905AD
Complementary color
Monochromatic Colors of #6905AD
Black with #6905AD
Text Example
Text Example
White with #6905AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6905AD; }
p { color: rgb(105,5,173); }
H1.HeaderClassName
{
color: #6905AD;
}
.AnyTagClassName
{
color: #6905AD;
}
</style>
background-color css
<style>
a { background-color: #6905AD; }
a { background-color: rgb(105,5,173); }
div.DivClassName
{
background-color: #6905AD;
}
.BgClassName
{
background-color: #6905AD;
}
</style>
border-color css
<style>
span { border-color: #6905AD; }
span { border-color: rgb(105,5,173); }
td.TdClassName
{
border-color: #6905AD;
}
.TagClassName
{
border-color: #6905AD;
}
</style>