Shades of Purple Heart #691FBA
Tints of Purple Heart #691FBA
RGB
CMYK
RGB Variations
Color information
#691FBA (or 0x691FBA) is known color: Purple Heart. HEX triplet: 69, 1F and BA. RGB value is (105,31,186). Sum of RGB (Red+Green+Blue) = 105+31+186=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #691FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #691FBA is #96E045. Grayscale: #464646. Windows color (decimal): -9887814 or 12197737. OLE color: 12197737.
HSL color Cylindrical-coordinate representation of color #691FBA: hue angle of 268.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691FBA is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 31 | 186 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.27 |
| HSL | 268.65º | 0.71% | 0.43% | - |
| HSV(B) | 268.65º | 0.83% | 0.73% | - |
| XYZ | 15.18 | 7.53 | 47.11 | - |
| YUV | 70.8 | 193.02 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 186 | 0.44 | 0.83 | 0 | 0.27 | 268.65 | 0.71 | 0.43 |
| Hex | 69 | 1F | BA | 2C | 53 | 0 | 1B | 10D | 47 | 2B |
| Octal | 151 | 37 | 272 | 54 | 123 | 0 | 33 | 415 | 107 | 53 |
| Binary | 1101001 | 11111 | 10111010 | 101100 | 1010011 | 0 | 11011 | 100001101 | 1000111 | 101011 |
Color Harmonies of #691FBA
Complementary color
Monochromatic Colors of #691FBA
Black with #691FBA
Text Example
Text Example
White with #691FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FBA; }
p { color: rgb(105,31,186); }
H1.HeaderClassName
{
color: #691FBA;
}
.AnyTagClassName
{
color: #691FBA;
}
</style>
background-color css
<style>
a { background-color: #691FBA; }
a { background-color: rgb(105,31,186); }
div.DivClassName
{
background-color: #691FBA;
}
.BgClassName
{
background-color: #691FBA;
}
</style>
border-color css
<style>
span { border-color: #691FBA; }
span { border-color: rgb(105,31,186); }
td.TdClassName
{
border-color: #691FBA;
}
.TagClassName
{
border-color: #691FBA;
}
</style>