Shades of Purple Heart #6709AD
Tints of Purple Heart #6709AD
RGB
CMYK
RGB Variations
Color information
#6709AD (or 0x6709AD) is known color: Purple Heart. HEX triplet: 67, 09 and AD. RGB value is (103,9,173). Sum of RGB (Red+Green+Blue) = 103+9+173=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 9 (3.91% from 255 or 3.16% 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 #6709AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6709AD is #98F652. Grayscale: #373737. Windows color (decimal): -10024531 or 11340135. OLE color: 11340135.
HSL color Cylindrical-coordinate representation of color #6709AD: hue angle of 274.39º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6709AD is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 9 | 173 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.32 |
| HSL | 274.39º | 0.9% | 0.36% | - |
| HSV(B) | 274.39º | 0.95% | 0.68% | - |
| XYZ | 13.23 | 6.1 | 40.01 | - |
| YUV | 55.8 | 194.14 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 173 | 0.40 | 0.95 | 0 | 0.32 | 274.39 | 0.9 | 0.36 |
| Hex | 67 | 9 | AD | 28 | 5F | 0 | 20 | 112 | 5A | 24 |
| Octal | 147 | 11 | 255 | 50 | 137 | 0 | 40 | 422 | 132 | 44 |
| Binary | 1100111 | 1001 | 10101101 | 101000 | 1011111 | 0 | 100000 | 100010010 | 1011010 | 100100 |
Color Harmonies of #6709AD
Complementary color
Monochromatic Colors of #6709AD
Black with #6709AD
Text Example
Text Example
White with #6709AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6709AD; }
p { color: rgb(103,9,173); }
H1.HeaderClassName
{
color: #6709AD;
}
.AnyTagClassName
{
color: #6709AD;
}
</style>
background-color css
<style>
a { background-color: #6709AD; }
a { background-color: rgb(103,9,173); }
div.DivClassName
{
background-color: #6709AD;
}
.BgClassName
{
background-color: #6709AD;
}
</style>
border-color css
<style>
span { border-color: #6709AD; }
span { border-color: rgb(103,9,173); }
td.TdClassName
{
border-color: #6709AD;
}
.TagClassName
{
border-color: #6709AD;
}
</style>