Shades of Purple Heart #6907AD
Tints of Purple Heart #6907AD
RGB
CMYK
RGB Variations
Color information
#6907AD (or 0x6907AD) is known color: Purple Heart. HEX triplet: 69, 07 and AD. RGB value is (105,7,173). Sum of RGB (Red+Green+Blue) = 105+7+173=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #6907AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6907AD is #96F852. Grayscale: #363636. Windows color (decimal): -9893971 or 11339625. OLE color: 11339625.
HSL color Cylindrical-coordinate representation of color #6907AD: hue angle of 275.42º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6907AD is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 7 | 173 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.32 |
| HSL | 275.42º | 0.92% | 0.35% | - |
| HSV(B) | 275.42º | 0.96% | 0.68% | - |
| XYZ | 13.44 | 6.17 | 40.02 | - |
| YUV | 55.23 | 194.47 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 173 | 0.39 | 0.96 | 0 | 0.32 | 275.42 | 0.92 | 0.35 |
| Hex | 69 | 7 | AD | 27 | 60 | 0 | 20 | 113 | 5C | 23 |
| Octal | 151 | 7 | 255 | 47 | 140 | 0 | 40 | 423 | 134 | 43 |
| Binary | 1101001 | 111 | 10101101 | 100111 | 1100000 | 0 | 100000 | 100010011 | 1011100 | 100011 |
Color Harmonies of #6907AD
Complementary color
Monochromatic Colors of #6907AD
Black with #6907AD
Text Example
Text Example
White with #6907AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6907AD; }
p { color: rgb(105,7,173); }
H1.HeaderClassName
{
color: #6907AD;
}
.AnyTagClassName
{
color: #6907AD;
}
</style>
background-color css
<style>
a { background-color: #6907AD; }
a { background-color: rgb(105,7,173); }
div.DivClassName
{
background-color: #6907AD;
}
.BgClassName
{
background-color: #6907AD;
}
</style>
border-color css
<style>
span { border-color: #6907AD; }
span { border-color: rgb(105,7,173); }
td.TdClassName
{
border-color: #6907AD;
}
.TagClassName
{
border-color: #6907AD;
}
</style>