Shades of Purple Heart #6F0DCF
Tints of Purple Heart #6F0DCF
RGB
CMYK
RGB Variations
Color information
#6F0DCF (or 0x6F0DCF) is known color: Purple Heart. HEX triplet: 6F, 0D and CF. RGB value is (111,13,207). Sum of RGB (Red+Green+Blue) = 111+13+207=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0DCF is #90F230. Grayscale: #3F3F3F. Windows color (decimal): -9499185 or 13569391. OLE color: 13569391.
HSL color Cylindrical-coordinate representation of color #6F0DCF: hue angle of 270.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0DCF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 13 | 207 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.19 |
| HSL | 270.31º | 0.88% | 0.43% | - |
| HSV(B) | 270.31º | 0.94% | 0.81% | - |
| XYZ | 17.96 | 8.17 | 59.66 | - |
| YUV | 64.42 | 208.47 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 207 | 0.46 | 0.94 | 0 | 0.19 | 270.31 | 0.88 | 0.43 |
| Hex | 6F | D | CF | 2E | 5E | 0 | 13 | 10E | 58 | 2B |
| Octal | 157 | 15 | 317 | 56 | 136 | 0 | 23 | 416 | 130 | 53 |
| Binary | 1101111 | 1101 | 11001111 | 101110 | 1011110 | 0 | 10011 | 100001110 | 1011000 | 101011 |
Color Harmonies of #6F0DCF
Complementary color
Monochromatic Colors of #6F0DCF
Black with #6F0DCF
Text Example
Text Example
White with #6F0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0DCF; }
p { color: rgb(111,13,207); }
H1.HeaderClassName
{
color: #6F0DCF;
}
.AnyTagClassName
{
color: #6F0DCF;
}
</style>
background-color css
<style>
a { background-color: #6F0DCF; }
a { background-color: rgb(111,13,207); }
div.DivClassName
{
background-color: #6F0DCF;
}
.BgClassName
{
background-color: #6F0DCF;
}
</style>
border-color css
<style>
span { border-color: #6F0DCF; }
span { border-color: rgb(111,13,207); }
td.TdClassName
{
border-color: #6F0DCF;
}
.TagClassName
{
border-color: #6F0DCF;
}
</style>