Shades of Purple Heart #6F26BB
Tints of Purple Heart #6F26BB
RGB
CMYK
RGB Variations
Color information
#6F26BB (or 0x6F26BB) is known color: Purple Heart. HEX triplet: 6F, 26 and BB. RGB value is (111,38,187). Sum of RGB (Red+Green+Blue) = 111+38+187=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F26BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F26BB is #90D944. Grayscale: #4C4C4C. Windows color (decimal): -9492805 or 12265071. OLE color: 12265071.
HSL color Cylindrical-coordinate representation of color #6F26BB: hue angle of 269.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F26BB is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 38 | 187 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.27 |
| HSL | 269.4º | 0.66% | 0.44% | - |
| HSV(B) | 269.4º | 0.8% | 0.73% | - |
| XYZ | 16.22 | 8.35 | 47.77 | - |
| YUV | 76.81 | 190.18 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 187 | 0.41 | 0.80 | 0 | 0.27 | 269.4 | 0.66 | 0.44 |
| Hex | 6F | 26 | BB | 29 | 50 | 0 | 1B | 10D | 42 | 2C |
| Octal | 157 | 46 | 273 | 51 | 120 | 0 | 33 | 415 | 102 | 54 |
| Binary | 1101111 | 100110 | 10111011 | 101001 | 1010000 | 0 | 11011 | 100001101 | 1000010 | 101100 |
Color Harmonies of #6F26BB
Complementary color
Monochromatic Colors of #6F26BB
Black with #6F26BB
Text Example
Text Example
White with #6F26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F26BB; }
p { color: rgb(111,38,187); }
H1.HeaderClassName
{
color: #6F26BB;
}
.AnyTagClassName
{
color: #6F26BB;
}
</style>
background-color css
<style>
a { background-color: #6F26BB; }
a { background-color: rgb(111,38,187); }
div.DivClassName
{
background-color: #6F26BB;
}
.BgClassName
{
background-color: #6F26BB;
}
</style>
border-color css
<style>
span { border-color: #6F26BB; }
span { border-color: rgb(111,38,187); }
td.TdClassName
{
border-color: #6F26BB;
}
.TagClassName
{
border-color: #6F26BB;
}
</style>