Shades of Purple Heart #6F26BF
Tints of Purple Heart #6F26BF
RGB
CMYK
RGB Variations
Color information
#6F26BF (or 0x6F26BF) is known color: Purple Heart. HEX triplet: 6F, 26 and BF. RGB value is (111,38,191). Sum of RGB (Red+Green+Blue) = 111+38+191=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F26BF is #90D940. Grayscale: #4C4C4C. Windows color (decimal): -9492801 or 12527215. OLE color: 12527215.
HSL color Cylindrical-coordinate representation of color #6F26BF: hue angle of 268.63º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F26BF is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 38 | 191 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.25 |
| HSL | 268.63º | 0.67% | 0.45% | - |
| HSV(B) | 268.63º | 0.8% | 0.75% | - |
| XYZ | 16.65 | 8.53 | 50.06 | - |
| YUV | 77.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 191 | 0.42 | 0.80 | 0 | 0.25 | 268.63 | 0.67 | 0.45 |
| Hex | 6F | 26 | BF | 2A | 50 | 0 | 19 | 10D | 43 | 2D |
| Octal | 157 | 46 | 277 | 52 | 120 | 0 | 31 | 415 | 103 | 55 |
| Binary | 1101111 | 100110 | 10111111 | 101010 | 1010000 | 0 | 11001 | 100001101 | 1000011 | 101101 |
Color Harmonies of #6F26BF
Complementary color
Monochromatic Colors of #6F26BF
Black with #6F26BF
Text Example
Text Example
White with #6F26BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F26BF; }
p { color: rgb(111,38,191); }
H1.HeaderClassName
{
color: #6F26BF;
}
.AnyTagClassName
{
color: #6F26BF;
}
</style>
background-color css
<style>
a { background-color: #6F26BF; }
a { background-color: rgb(111,38,191); }
div.DivClassName
{
background-color: #6F26BF;
}
.BgClassName
{
background-color: #6F26BF;
}
</style>
border-color css
<style>
span { border-color: #6F26BF; }
span { border-color: rgb(111,38,191); }
td.TdClassName
{
border-color: #6F26BF;
}
.TagClassName
{
border-color: #6F26BF;
}
</style>