Shades of Purple Heart #6F0CCF
Tints of Purple Heart #6F0CCF
RGB
CMYK
RGB Variations
Color information
#6F0CCF (or 0x6F0CCF) is known color: Purple Heart. HEX triplet: 6F, 0C and CF. RGB value is (111,12,207). Sum of RGB (Red+Green+Blue) = 111+12+207=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F0CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CCF is #90F330. Grayscale: #3F3F3F. Windows color (decimal): -9499441 or 13569135. OLE color: 13569135.
HSL color Cylindrical-coordinate representation of color #6F0CCF: hue angle of 270.46º degrees, saturation: 0.89, 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 #6F0CCF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 12 | 207 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.19 |
| HSL | 270.46º | 0.89% | 0.43% | - |
| HSV(B) | 270.46º | 0.94% | 0.81% | - |
| XYZ | 17.95 | 8.15 | 59.66 | - |
| YUV | 63.83 | 208.8 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 207 | 0.46 | 0.94 | 0 | 0.19 | 270.46 | 0.89 | 0.43 |
| Hex | 6F | C | CF | 2E | 5E | 0 | 13 | 10E | 59 | 2B |
| Octal | 157 | 14 | 317 | 56 | 136 | 0 | 23 | 416 | 131 | 53 |
| Binary | 1101111 | 1100 | 11001111 | 101110 | 1011110 | 0 | 10011 | 100001110 | 1011001 | 101011 |
Color Harmonies of #6F0CCF
Complementary color
Monochromatic Colors of #6F0CCF
Black with #6F0CCF
Text Example
Text Example
White with #6F0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CCF; }
p { color: rgb(111,12,207); }
H1.HeaderClassName
{
color: #6F0CCF;
}
.AnyTagClassName
{
color: #6F0CCF;
}
</style>
background-color css
<style>
a { background-color: #6F0CCF; }
a { background-color: rgb(111,12,207); }
div.DivClassName
{
background-color: #6F0CCF;
}
.BgClassName
{
background-color: #6F0CCF;
}
</style>
border-color css
<style>
span { border-color: #6F0CCF; }
span { border-color: rgb(111,12,207); }
td.TdClassName
{
border-color: #6F0CCF;
}
.TagClassName
{
border-color: #6F0CCF;
}
</style>