Shades of Purple Heart #690FBB
Tints of Purple Heart #690FBB
RGB
CMYK
RGB Variations
Color information
#690FBB (or 0x690FBB) is known color: Purple Heart. HEX triplet: 69, 0F and BB. RGB value is (105,15,187). Sum of RGB (Red+Green+Blue) = 105+15+187=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #690FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FBB is #96F044. Grayscale: #3C3C3C. Windows color (decimal): -9891909 or 12259177. OLE color: 12259177.
HSL color Cylindrical-coordinate representation of color #690FBB: hue angle of 271.4º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690FBB is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 15 | 187 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.27 |
| HSL | 271.4º | 0.85% | 0.4% | - |
| HSV(B) | 271.4º | 0.92% | 0.73% | - |
| XYZ | 14.97 | 6.93 | 47.56 | - |
| YUV | 61.52 | 198.82 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 187 | 0.44 | 0.92 | 0 | 0.27 | 271.4 | 0.85 | 0.4 |
| Hex | 69 | F | BB | 2C | 5C | 0 | 1B | 10F | 55 | 28 |
| Octal | 151 | 17 | 273 | 54 | 134 | 0 | 33 | 417 | 125 | 50 |
| Binary | 1101001 | 1111 | 10111011 | 101100 | 1011100 | 0 | 11011 | 100001111 | 1010101 | 101000 |
Color Harmonies of #690FBB
Complementary color
Monochromatic Colors of #690FBB
Black with #690FBB
Text Example
Text Example
White with #690FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FBB; }
p { color: rgb(105,15,187); }
H1.HeaderClassName
{
color: #690FBB;
}
.AnyTagClassName
{
color: #690FBB;
}
</style>
background-color css
<style>
a { background-color: #690FBB; }
a { background-color: rgb(105,15,187); }
div.DivClassName
{
background-color: #690FBB;
}
.BgClassName
{
background-color: #690FBB;
}
</style>
border-color css
<style>
span { border-color: #690FBB; }
span { border-color: rgb(105,15,187); }
td.TdClassName
{
border-color: #690FBB;
}
.TagClassName
{
border-color: #690FBB;
}
</style>