Shades of Purple Heart #6D1ACF
Tints of Purple Heart #6D1ACF
RGB
CMYK
RGB Variations
Color information
#6D1ACF (or 0x6D1ACF) is known color: Purple Heart. HEX triplet: 6D, 1A and CF. RGB value is (109,26,207). Sum of RGB (Red+Green+Blue) = 109+26+207=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D1ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1ACF is #92E530. Grayscale: #464646. Windows color (decimal): -9626929 or 13572717. OLE color: 13572717.
HSL color Cylindrical-coordinate representation of color #6D1ACF: hue angle of 267.51º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1ACF is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 26 | 207 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.19 |
| HSL | 267.51º | 0.78% | 0.46% | - |
| HSV(B) | 267.51º | 0.87% | 0.81% | - |
| XYZ | 17.94 | 8.49 | 59.73 | - |
| YUV | 71.45 | 204.5 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 207 | 0.47 | 0.87 | 0 | 0.19 | 267.51 | 0.78 | 0.46 |
| Hex | 6D | 1A | CF | 2F | 57 | 0 | 13 | 10C | 4E | 2E |
| Octal | 155 | 32 | 317 | 57 | 127 | 0 | 23 | 414 | 116 | 56 |
| Binary | 1101101 | 11010 | 11001111 | 101111 | 1010111 | 0 | 10011 | 100001100 | 1001110 | 101110 |
Color Harmonies of #6D1ACF
Complementary color
Monochromatic Colors of #6D1ACF
Black with #6D1ACF
Text Example
Text Example
White with #6D1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1ACF; }
p { color: rgb(109,26,207); }
H1.HeaderClassName
{
color: #6D1ACF;
}
.AnyTagClassName
{
color: #6D1ACF;
}
</style>
background-color css
<style>
a { background-color: #6D1ACF; }
a { background-color: rgb(109,26,207); }
div.DivClassName
{
background-color: #6D1ACF;
}
.BgClassName
{
background-color: #6D1ACF;
}
</style>
border-color css
<style>
span { border-color: #6D1ACF; }
span { border-color: rgb(109,26,207); }
td.TdClassName
{
border-color: #6D1ACF;
}
.TagClassName
{
border-color: #6D1ACF;
}
</style>