Shades of Purple Heart #6F3FCF
Tints of Purple Heart #6F3FCF
RGB
CMYK
RGB Variations
Color information
#6F3FCF (or 0x6F3FCF) is known color: Purple Heart. HEX triplet: 6F, 3F and CF. RGB value is (111,63,207). Sum of RGB (Red+Green+Blue) = 111+63+207=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F3FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3FCF is #90C030. Grayscale: #5D5D5D. Windows color (decimal): -9486385 or 13582191. OLE color: 13582191.
HSL color Cylindrical-coordinate representation of color #6F3FCF: hue angle of 260º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F3FCF is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 63 | 207 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.19 |
| HSL | 260º | 0.6% | 0.53% | - |
| HSV(B) | 260º | 0.7% | 0.81% | - |
| XYZ | 19.6 | 11.44 | 60.21 | - |
| YUV | 93.77 | 191.9 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 207 | 0.46 | 0.70 | 0 | 0.19 | 260 | 0.6 | 0.53 |
| Hex | 6F | 3F | CF | 2E | 46 | 0 | 13 | 104 | 3C | 35 |
| Octal | 157 | 77 | 317 | 56 | 106 | 0 | 23 | 404 | 74 | 65 |
| Binary | 1101111 | 111111 | 11001111 | 101110 | 1000110 | 0 | 10011 | 100000100 | 111100 | 110101 |
Color Harmonies of #6F3FCF
Complementary color
Monochromatic Colors of #6F3FCF
Black with #6F3FCF
Text Example
Text Example
White with #6F3FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3FCF; }
p { color: rgb(111,63,207); }
H1.HeaderClassName
{
color: #6F3FCF;
}
.AnyTagClassName
{
color: #6F3FCF;
}
</style>
background-color css
<style>
a { background-color: #6F3FCF; }
a { background-color: rgb(111,63,207); }
div.DivClassName
{
background-color: #6F3FCF;
}
.BgClassName
{
background-color: #6F3FCF;
}
</style>
border-color css
<style>
span { border-color: #6F3FCF; }
span { border-color: rgb(111,63,207); }
td.TdClassName
{
border-color: #6F3FCF;
}
.TagClassName
{
border-color: #6F3FCF;
}
</style>