Shades of Purple Heart #691BBB
Tints of Purple Heart #691BBB
RGB
CMYK
RGB Variations
Color information
#691BBB (or 0x691BBB) is known color: Purple Heart. HEX triplet: 69, 1B and BB. RGB value is (105,27,187). Sum of RGB (Red+Green+Blue) = 105+27+187=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #691BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691BBB is #96E444. Grayscale: #444444. Windows color (decimal): -9888837 or 12262249. OLE color: 12262249.
HSL color Cylindrical-coordinate representation of color #691BBB: hue angle of 269.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691BBB is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 27 | 187 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.27 |
| HSL | 269.25º | 0.75% | 0.42% | - |
| HSV(B) | 269.25º | 0.86% | 0.73% | - |
| XYZ | 15.19 | 7.37 | 47.64 | - |
| YUV | 68.56 | 194.84 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 187 | 0.44 | 0.86 | 0 | 0.27 | 269.25 | 0.75 | 0.42 |
| Hex | 69 | 1B | BB | 2C | 56 | 0 | 1B | 10D | 4B | 2A |
| Octal | 151 | 33 | 273 | 54 | 126 | 0 | 33 | 415 | 113 | 52 |
| Binary | 1101001 | 11011 | 10111011 | 101100 | 1010110 | 0 | 11011 | 100001101 | 1001011 | 101010 |
Color Harmonies of #691BBB
Complementary color
Monochromatic Colors of #691BBB
Black with #691BBB
Text Example
Text Example
White with #691BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691BBB; }
p { color: rgb(105,27,187); }
H1.HeaderClassName
{
color: #691BBB;
}
.AnyTagClassName
{
color: #691BBB;
}
</style>
background-color css
<style>
a { background-color: #691BBB; }
a { background-color: rgb(105,27,187); }
div.DivClassName
{
background-color: #691BBB;
}
.BgClassName
{
background-color: #691BBB;
}
</style>
border-color css
<style>
span { border-color: #691BBB; }
span { border-color: rgb(105,27,187); }
td.TdClassName
{
border-color: #691BBB;
}
.TagClassName
{
border-color: #691BBB;
}
</style>