Shades of Purple Heart #6709AA
Tints of Purple Heart #6709AA
RGB
CMYK
RGB Variations
Color information
#6709AA (or 0x6709AA) is known color: Purple Heart. HEX triplet: 67, 09 and AA. RGB value is (103,9,170). Sum of RGB (Red+Green+Blue) = 103+9+170=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #6709AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6709AA is #98F655. Grayscale: #363636. Windows color (decimal): -10024534 or 11143527. OLE color: 11143527.
HSL color Cylindrical-coordinate representation of color #6709AA: hue angle of 275.03º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6709AA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 9 | 170 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.33 |
| HSL | 275.03º | 0.9% | 0.35% | - |
| HSV(B) | 275.03º | 0.95% | 0.67% | - |
| XYZ | 12.95 | 5.98 | 38.5 | - |
| YUV | 55.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 170 | 0.39 | 0.95 | 0 | 0.33 | 275.03 | 0.9 | 0.35 |
| Hex | 67 | 9 | AA | 27 | 5F | 0 | 21 | 113 | 5A | 23 |
| Octal | 147 | 11 | 252 | 47 | 137 | 0 | 41 | 423 | 132 | 43 |
| Binary | 1100111 | 1001 | 10101010 | 100111 | 1011111 | 0 | 100001 | 100010011 | 1011010 | 100011 |
Color Harmonies of #6709AA
Complementary color
Monochromatic Colors of #6709AA
Black with #6709AA
Text Example
Text Example
White with #6709AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6709AA; }
p { color: rgb(103,9,170); }
H1.HeaderClassName
{
color: #6709AA;
}
.AnyTagClassName
{
color: #6709AA;
}
</style>
background-color css
<style>
a { background-color: #6709AA; }
a { background-color: rgb(103,9,170); }
div.DivClassName
{
background-color: #6709AA;
}
.BgClassName
{
background-color: #6709AA;
}
</style>
border-color css
<style>
span { border-color: #6709AA; }
span { border-color: rgb(103,9,170); }
td.TdClassName
{
border-color: #6709AA;
}
.TagClassName
{
border-color: #6709AA;
}
</style>