Shades of Purple Heart #691CBB
Tints of Purple Heart #691CBB
RGB
CMYK
RGB Variations
Color information
#691CBB (or 0x691CBB) is known color: Purple Heart. HEX triplet: 69, 1C and BB. RGB value is (105,28,187). Sum of RGB (Red+Green+Blue) = 105+28+187=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #691CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691CBB is #96E344. Grayscale: #444444. Windows color (decimal): -9888581 or 12262505. OLE color: 12262505.
HSL color Cylindrical-coordinate representation of color #691CBB: hue angle of 269.06º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691CBB is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 28 | 187 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.27 |
| HSL | 269.06º | 0.74% | 0.42% | - |
| HSV(B) | 269.06º | 0.85% | 0.73% | - |
| XYZ | 15.21 | 7.42 | 47.64 | - |
| YUV | 69.15 | 194.51 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 187 | 0.44 | 0.85 | 0 | 0.27 | 269.06 | 0.74 | 0.42 |
| Hex | 69 | 1C | BB | 2C | 55 | 0 | 1B | 10D | 4A | 2A |
| Octal | 151 | 34 | 273 | 54 | 125 | 0 | 33 | 415 | 112 | 52 |
| Binary | 1101001 | 11100 | 10111011 | 101100 | 1010101 | 0 | 11011 | 100001101 | 1001010 | 101010 |
Color Harmonies of #691CBB
Complementary color
Monochromatic Colors of #691CBB
Black with #691CBB
Text Example
Text Example
White with #691CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691CBB; }
p { color: rgb(105,28,187); }
H1.HeaderClassName
{
color: #691CBB;
}
.AnyTagClassName
{
color: #691CBB;
}
</style>
background-color css
<style>
a { background-color: #691CBB; }
a { background-color: rgb(105,28,187); }
div.DivClassName
{
background-color: #691CBB;
}
.BgClassName
{
background-color: #691CBB;
}
</style>
border-color css
<style>
span { border-color: #691CBB; }
span { border-color: rgb(105,28,187); }
td.TdClassName
{
border-color: #691CBB;
}
.TagClassName
{
border-color: #691CBB;
}
</style>