Shades of Purple Heart #6F2CBB
Tints of Purple Heart #6F2CBB
RGB
CMYK
RGB Variations
Color information
#6F2CBB (or 0x6F2CBB) is known color: Purple Heart. HEX triplet: 6F, 2C and BB. RGB value is (111,44,187). Sum of RGB (Red+Green+Blue) = 111+44+187=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F2CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2CBB is #90D344. Grayscale: #4F4F4F. Windows color (decimal): -9491269 or 12266607. OLE color: 12266607.
HSL color Cylindrical-coordinate representation of color #6F2CBB: hue angle of 268.11º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F2CBB is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 44 | 187 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.27 |
| HSL | 268.11º | 0.62% | 0.45% | - |
| HSV(B) | 268.11º | 0.76% | 0.73% | - |
| XYZ | 16.43 | 8.77 | 47.84 | - |
| YUV | 80.34 | 188.2 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 187 | 0.41 | 0.76 | 0 | 0.27 | 268.11 | 0.62 | 0.45 |
| Hex | 6F | 2C | BB | 29 | 4C | 0 | 1B | 10C | 3E | 2D |
| Octal | 157 | 54 | 273 | 51 | 114 | 0 | 33 | 414 | 76 | 55 |
| Binary | 1101111 | 101100 | 10111011 | 101001 | 1001100 | 0 | 11011 | 100001100 | 111110 | 101101 |
Color Harmonies of #6F2CBB
Complementary color
Monochromatic Colors of #6F2CBB
Black with #6F2CBB
Text Example
Text Example
White with #6F2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2CBB; }
p { color: rgb(111,44,187); }
H1.HeaderClassName
{
color: #6F2CBB;
}
.AnyTagClassName
{
color: #6F2CBB;
}
</style>
background-color css
<style>
a { background-color: #6F2CBB; }
a { background-color: rgb(111,44,187); }
div.DivClassName
{
background-color: #6F2CBB;
}
.BgClassName
{
background-color: #6F2CBB;
}
</style>
border-color css
<style>
span { border-color: #6F2CBB; }
span { border-color: rgb(111,44,187); }
td.TdClassName
{
border-color: #6F2CBB;
}
.TagClassName
{
border-color: #6F2CBB;
}
</style>