Shades of Purple Heart #6F08BB
Tints of Purple Heart #6F08BB
RGB
CMYK
RGB Variations
Color information
#6F08BB (or 0x6F08BB) is known color: Purple Heart. HEX triplet: 6F, 08 and BB. RGB value is (111,8,187). Sum of RGB (Red+Green+Blue) = 111+8+187=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F08BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F08BB is #90F744. Grayscale: #3A3A3A. Windows color (decimal): -9500485 or 12257391. OLE color: 12257391.
HSL color Cylindrical-coordinate representation of color #6F08BB: hue angle of 274.53º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F08BB is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 8 | 187 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.27 |
| HSL | 274.53º | 0.92% | 0.38% | - |
| HSV(B) | 274.53º | 0.96% | 0.73% | - |
| XYZ | 15.61 | 7.14 | 47.57 | - |
| YUV | 59.2 | 200.12 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 187 | 0.41 | 0.96 | 0 | 0.27 | 274.53 | 0.92 | 0.38 |
| Hex | 6F | 8 | BB | 29 | 60 | 0 | 1B | 113 | 5C | 26 |
| Octal | 157 | 10 | 273 | 51 | 140 | 0 | 33 | 423 | 134 | 46 |
| Binary | 1101111 | 1000 | 10111011 | 101001 | 1100000 | 0 | 11011 | 100010011 | 1011100 | 100110 |
Color Harmonies of #6F08BB
Complementary color
Monochromatic Colors of #6F08BB
Black with #6F08BB
Text Example
Text Example
White with #6F08BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F08BB; }
p { color: rgb(111,8,187); }
H1.HeaderClassName
{
color: #6F08BB;
}
.AnyTagClassName
{
color: #6F08BB;
}
</style>
background-color css
<style>
a { background-color: #6F08BB; }
a { background-color: rgb(111,8,187); }
div.DivClassName
{
background-color: #6F08BB;
}
.BgClassName
{
background-color: #6F08BB;
}
</style>
border-color css
<style>
span { border-color: #6F08BB; }
span { border-color: rgb(111,8,187); }
td.TdClassName
{
border-color: #6F08BB;
}
.TagClassName
{
border-color: #6F08BB;
}
</style>