Shades of Purple Heart #6709C6
Tints of Purple Heart #6709C6
RGB
CMYK
RGB Variations
Color information
#6709C6 (or 0x6709C6) is known color: Purple Heart. HEX triplet: 67, 09 and C6. RGB value is (103,9,198). Sum of RGB (Red+Green+Blue) = 103+9+198=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #6709C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6709C6 is #98F639. Grayscale: #393939. Windows color (decimal): -10024506 or 12978535. OLE color: 12978535.
HSL color Cylindrical-coordinate representation of color #6709C6: hue angle of 269.84º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6709C6 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 9 | 198 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.22 |
| HSL | 269.84º | 0.91% | 0.41% | - |
| HSV(B) | 269.84º | 0.95% | 0.78% | - |
| XYZ | 15.88 | 7.16 | 53.97 | - |
| YUV | 58.65 | 206.64 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 198 | 0.48 | 0.95 | 0 | 0.22 | 269.84 | 0.91 | 0.41 |
| Hex | 67 | 9 | C6 | 30 | 5F | 0 | 16 | 10E | 5B | 29 |
| Octal | 147 | 11 | 306 | 60 | 137 | 0 | 26 | 416 | 133 | 51 |
| Binary | 1100111 | 1001 | 11000110 | 110000 | 1011111 | 0 | 10110 | 100001110 | 1011011 | 101001 |
Color Harmonies of #6709C6
Complementary color
Monochromatic Colors of #6709C6
Black with #6709C6
Text Example
Text Example
White with #6709C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6709C6; }
p { color: rgb(103,9,198); }
H1.HeaderClassName
{
color: #6709C6;
}
.AnyTagClassName
{
color: #6709C6;
}
</style>
background-color css
<style>
a { background-color: #6709C6; }
a { background-color: rgb(103,9,198); }
div.DivClassName
{
background-color: #6709C6;
}
.BgClassName
{
background-color: #6709C6;
}
</style>
border-color css
<style>
span { border-color: #6709C6; }
span { border-color: rgb(103,9,198); }
td.TdClassName
{
border-color: #6709C6;
}
.TagClassName
{
border-color: #6709C6;
}
</style>