Shades of Purple Heart #6F26BC
Tints of Purple Heart #6F26BC
RGB
CMYK
RGB Variations
Color information
#6F26BC (or 0x6F26BC) is known color: Purple Heart. HEX triplet: 6F, 26 and BC. RGB value is (111,38,188). Sum of RGB (Red+Green+Blue) = 111+38+188=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F26BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F26BC is #90D943. Grayscale: #4C4C4C. Windows color (decimal): -9492804 or 12330607. OLE color: 12330607.
HSL color Cylindrical-coordinate representation of color #6F26BC: hue angle of 269.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F26BC is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 38 | 188 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.26 |
| HSL | 269.2º | 0.66% | 0.44% | - |
| HSV(B) | 269.2º | 0.8% | 0.74% | - |
| XYZ | 16.33 | 8.4 | 48.34 | - |
| YUV | 76.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 188 | 0.41 | 0.80 | 0 | 0.26 | 269.2 | 0.66 | 0.44 |
| Hex | 6F | 26 | BC | 29 | 50 | 0 | 1A | 10D | 42 | 2C |
| Octal | 157 | 46 | 274 | 51 | 120 | 0 | 32 | 415 | 102 | 54 |
| Binary | 1101111 | 100110 | 10111100 | 101001 | 1010000 | 0 | 11010 | 100001101 | 1000010 | 101100 |
Color Harmonies of #6F26BC
Complementary color
Monochromatic Colors of #6F26BC
Black with #6F26BC
Text Example
Text Example
White with #6F26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F26BC; }
p { color: rgb(111,38,188); }
H1.HeaderClassName
{
color: #6F26BC;
}
.AnyTagClassName
{
color: #6F26BC;
}
</style>
background-color css
<style>
a { background-color: #6F26BC; }
a { background-color: rgb(111,38,188); }
div.DivClassName
{
background-color: #6F26BC;
}
.BgClassName
{
background-color: #6F26BC;
}
</style>
border-color css
<style>
span { border-color: #6F26BC; }
span { border-color: rgb(111,38,188); }
td.TdClassName
{
border-color: #6F26BC;
}
.TagClassName
{
border-color: #6F26BC;
}
</style>