Shades of Purple Heart #6906AD
Tints of Purple Heart #6906AD
RGB
CMYK
RGB Variations
Color information
#6906AD (or 0x6906AD) is known color: Purple Heart. HEX triplet: 69, 06 and AD. RGB value is (105,6,173). Sum of RGB (Red+Green+Blue) = 105+6+173=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #6906AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6906AD is #96F952. Grayscale: #363636. Windows color (decimal): -9894227 or 11339369. OLE color: 11339369.
HSL color Cylindrical-coordinate representation of color #6906AD: hue angle of 275.57º degrees, saturation: 0.93, 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 #6906AD is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 6 | 173 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.32 |
| HSL | 275.57º | 0.93% | 0.35% | - |
| HSV(B) | 275.57º | 0.97% | 0.68% | - |
| XYZ | 13.43 | 6.15 | 40.01 | - |
| YUV | 54.64 | 194.8 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 173 | 0.39 | 0.97 | 0 | 0.32 | 275.57 | 0.93 | 0.35 |
| Hex | 69 | 6 | AD | 27 | 61 | 0 | 20 | 114 | 5D | 23 |
| Octal | 151 | 6 | 255 | 47 | 141 | 0 | 40 | 424 | 135 | 43 |
| Binary | 1101001 | 110 | 10101101 | 100111 | 1100001 | 0 | 100000 | 100010100 | 1011101 | 100011 |
Color Harmonies of #6906AD
Complementary color
Monochromatic Colors of #6906AD
Black with #6906AD
Text Example
Text Example
White with #6906AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6906AD; }
p { color: rgb(105,6,173); }
H1.HeaderClassName
{
color: #6906AD;
}
.AnyTagClassName
{
color: #6906AD;
}
</style>
background-color css
<style>
a { background-color: #6906AD; }
a { background-color: rgb(105,6,173); }
div.DivClassName
{
background-color: #6906AD;
}
.BgClassName
{
background-color: #6906AD;
}
</style>
border-color css
<style>
span { border-color: #6906AD; }
span { border-color: rgb(105,6,173); }
td.TdClassName
{
border-color: #6906AD;
}
.TagClassName
{
border-color: #6906AD;
}
</style>