Shades of Purple Heart #6F3BCF
Tints of Purple Heart #6F3BCF
RGB
CMYK
RGB Variations
Color information
#6F3BCF (or 0x6F3BCF) is known color: Purple Heart. HEX triplet: 6F, 3B and CF. RGB value is (111,59,207). Sum of RGB (Red+Green+Blue) = 111+59+207=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3BCF is #90C430. Grayscale: #5A5A5A. Windows color (decimal): -9487409 or 13581167. OLE color: 13581167.
HSL color Cylindrical-coordinate representation of color #6F3BCF: hue angle of 261.08º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F3BCF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 59 | 207 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.19 |
| HSL | 261.08º | 0.61% | 0.52% | - |
| HSV(B) | 261.08º | 0.71% | 0.81% | - |
| XYZ | 19.38 | 11.01 | 60.14 | - |
| YUV | 91.42 | 193.23 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 207 | 0.46 | 0.71 | 0 | 0.19 | 261.08 | 0.61 | 0.52 |
| Hex | 6F | 3B | CF | 2E | 47 | 0 | 13 | 105 | 3D | 34 |
| Octal | 157 | 73 | 317 | 56 | 107 | 0 | 23 | 405 | 75 | 64 |
| Binary | 1101111 | 111011 | 11001111 | 101110 | 1000111 | 0 | 10011 | 100000101 | 111101 | 110100 |
Color Harmonies of #6F3BCF
Complementary color
Monochromatic Colors of #6F3BCF
Black with #6F3BCF
Text Example
Text Example
White with #6F3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3BCF; }
p { color: rgb(111,59,207); }
H1.HeaderClassName
{
color: #6F3BCF;
}
.AnyTagClassName
{
color: #6F3BCF;
}
</style>
background-color css
<style>
a { background-color: #6F3BCF; }
a { background-color: rgb(111,59,207); }
div.DivClassName
{
background-color: #6F3BCF;
}
.BgClassName
{
background-color: #6F3BCF;
}
</style>
border-color css
<style>
span { border-color: #6F3BCF; }
span { border-color: rgb(111,59,207); }
td.TdClassName
{
border-color: #6F3BCF;
}
.TagClassName
{
border-color: #6F3BCF;
}
</style>