Shades of Purple Heart #6709CA
Tints of Purple Heart #6709CA
RGB
CMYK
RGB Variations
Color information
#6709CA (or 0x6709CA) is known color: Purple Heart. HEX triplet: 67, 09 and CA. RGB value is (103,9,202). Sum of RGB (Red+Green+Blue) = 103+9+202=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #6709CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6709CA is #98F635. Grayscale: #3A3A3A. Windows color (decimal): -10024502 or 13240679. OLE color: 13240679.
HSL color Cylindrical-coordinate representation of color #6709CA: hue angle of 269.22º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6709CA is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 9 | 202 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.21 |
| HSL | 269.22º | 0.91% | 0.41% | - |
| HSV(B) | 269.22º | 0.96% | 0.79% | - |
| XYZ | 16.35 | 7.34 | 56.43 | - |
| YUV | 59.11 | 208.64 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 202 | 0.49 | 0.96 | 0 | 0.21 | 269.22 | 0.91 | 0.41 |
| Hex | 67 | 9 | CA | 31 | 60 | 0 | 15 | 10D | 5B | 29 |
| Octal | 147 | 11 | 312 | 61 | 140 | 0 | 25 | 415 | 133 | 51 |
| Binary | 1100111 | 1001 | 11001010 | 110001 | 1100000 | 0 | 10101 | 100001101 | 1011011 | 101001 |
Color Harmonies of #6709CA
Complementary color
Monochromatic Colors of #6709CA
Black with #6709CA
Text Example
Text Example
White with #6709CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6709CA; }
p { color: rgb(103,9,202); }
H1.HeaderClassName
{
color: #6709CA;
}
.AnyTagClassName
{
color: #6709CA;
}
</style>
background-color css
<style>
a { background-color: #6709CA; }
a { background-color: rgb(103,9,202); }
div.DivClassName
{
background-color: #6709CA;
}
.BgClassName
{
background-color: #6709CA;
}
</style>
border-color css
<style>
span { border-color: #6709CA; }
span { border-color: rgb(103,9,202); }
td.TdClassName
{
border-color: #6709CA;
}
.TagClassName
{
border-color: #6709CA;
}
</style>