Shades of Purple Heart #691CBF
Tints of Purple Heart #691CBF
RGB
CMYK
RGB Variations
Color information
#691CBF (or 0x691CBF) is known color: Purple Heart. HEX triplet: 69, 1C and BF. RGB value is (105,28,191). Sum of RGB (Red+Green+Blue) = 105+28+191=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #691CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691CBF is #96E340. Grayscale: #454545. Windows color (decimal): -9888577 or 12524649. OLE color: 12524649.
HSL color Cylindrical-coordinate representation of color #691CBF: hue angle of 268.34º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691CBF is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 28 | 191 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.25 |
| HSL | 268.34º | 0.74% | 0.43% | - |
| HSV(B) | 268.34º | 0.85% | 0.75% | - |
| XYZ | 15.64 | 7.6 | 49.93 | - |
| YUV | 69.61 | 196.51 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 191 | 0.45 | 0.85 | 0 | 0.25 | 268.34 | 0.74 | 0.43 |
| Hex | 69 | 1C | BF | 2D | 55 | 0 | 19 | 10C | 4A | 2B |
| Octal | 151 | 34 | 277 | 55 | 125 | 0 | 31 | 414 | 112 | 53 |
| Binary | 1101001 | 11100 | 10111111 | 101101 | 1010101 | 0 | 11001 | 100001100 | 1001010 | 101011 |
Color Harmonies of #691CBF
Complementary color
Monochromatic Colors of #691CBF
Black with #691CBF
Text Example
Text Example
White with #691CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691CBF; }
p { color: rgb(105,28,191); }
H1.HeaderClassName
{
color: #691CBF;
}
.AnyTagClassName
{
color: #691CBF;
}
</style>
background-color css
<style>
a { background-color: #691CBF; }
a { background-color: rgb(105,28,191); }
div.DivClassName
{
background-color: #691CBF;
}
.BgClassName
{
background-color: #691CBF;
}
</style>
border-color css
<style>
span { border-color: #691CBF; }
span { border-color: rgb(105,28,191); }
td.TdClassName
{
border-color: #691CBF;
}
.TagClassName
{
border-color: #691CBF;
}
</style>