Shades of Purple Heart #6F17BF
Tints of Purple Heart #6F17BF
RGB
CMYK
RGB Variations
Color information
#6F17BF (or 0x6F17BF) is known color: Purple Heart. HEX triplet: 6F, 17 and BF. RGB value is (111,23,191). Sum of RGB (Red+Green+Blue) = 111+23+191=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F17BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F17BF is #90E840. Grayscale: #434343. Windows color (decimal): -9496641 or 12523375. OLE color: 12523375.
HSL color Cylindrical-coordinate representation of color #6F17BF: hue angle of 271.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F17BF is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 23 | 191 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.25 |
| HSL | 271.43º | 0.79% | 0.42% | - |
| HSV(B) | 271.43º | 0.88% | 0.75% | - |
| XYZ | 16.27 | 7.75 | 49.93 | - |
| YUV | 68.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 191 | 0.42 | 0.88 | 0 | 0.25 | 271.43 | 0.79 | 0.42 |
| Hex | 6F | 17 | BF | 2A | 58 | 0 | 19 | 10F | 4F | 2A |
| Octal | 157 | 27 | 277 | 52 | 130 | 0 | 31 | 417 | 117 | 52 |
| Binary | 1101111 | 10111 | 10111111 | 101010 | 1011000 | 0 | 11001 | 100001111 | 1001111 | 101010 |
Color Harmonies of #6F17BF
Complementary color
Monochromatic Colors of #6F17BF
Black with #6F17BF
Text Example
Text Example
White with #6F17BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F17BF; }
p { color: rgb(111,23,191); }
H1.HeaderClassName
{
color: #6F17BF;
}
.AnyTagClassName
{
color: #6F17BF;
}
</style>
background-color css
<style>
a { background-color: #6F17BF; }
a { background-color: rgb(111,23,191); }
div.DivClassName
{
background-color: #6F17BF;
}
.BgClassName
{
background-color: #6F17BF;
}
</style>
border-color css
<style>
span { border-color: #6F17BF; }
span { border-color: rgb(111,23,191); }
td.TdClassName
{
border-color: #6F17BF;
}
.TagClassName
{
border-color: #6F17BF;
}
</style>