Shades of Purple Heart #6706AD
Tints of Purple Heart #6706AD
RGB
CMYK
RGB Variations
Color information
#6706AD (or 0x6706AD) is known color: Purple Heart. HEX triplet: 67, 06 and AD. RGB value is (103,6,173). Sum of RGB (Red+Green+Blue) = 103+6+173=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #6706AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6706AD is #98F952. Grayscale: #353535. Windows color (decimal): -10025299 or 11339367. OLE color: 11339367.
HSL color Cylindrical-coordinate representation of color #6706AD: hue angle of 274.85º 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 #6706AD is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 6 | 173 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.32 |
| HSL | 274.85º | 0.93% | 0.35% | - |
| HSV(B) | 274.85º | 0.97% | 0.68% | - |
| XYZ | 13.2 | 6.03 | 40 | - |
| YUV | 54.04 | 195.14 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 173 | 0.40 | 0.97 | 0 | 0.32 | 274.85 | 0.93 | 0.35 |
| Hex | 67 | 6 | AD | 28 | 61 | 0 | 20 | 113 | 5D | 23 |
| Octal | 147 | 6 | 255 | 50 | 141 | 0 | 40 | 423 | 135 | 43 |
| Binary | 1100111 | 110 | 10101101 | 101000 | 1100001 | 0 | 100000 | 100010011 | 1011101 | 100011 |
Color Harmonies of #6706AD
Complementary color
Monochromatic Colors of #6706AD
Black with #6706AD
Text Example
Text Example
White with #6706AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6706AD; }
p { color: rgb(103,6,173); }
H1.HeaderClassName
{
color: #6706AD;
}
.AnyTagClassName
{
color: #6706AD;
}
</style>
background-color css
<style>
a { background-color: #6706AD; }
a { background-color: rgb(103,6,173); }
div.DivClassName
{
background-color: #6706AD;
}
.BgClassName
{
background-color: #6706AD;
}
</style>
border-color css
<style>
span { border-color: #6706AD; }
span { border-color: rgb(103,6,173); }
td.TdClassName
{
border-color: #6706AD;
}
.TagClassName
{
border-color: #6706AD;
}
</style>