Shades of Purple Heart #690FBF
Tints of Purple Heart #690FBF
RGB
CMYK
RGB Variations
Color information
#690FBF (or 0x690FBF) is known color: Purple Heart. HEX triplet: 69, 0F and BF. RGB value is (105,15,191). Sum of RGB (Red+Green+Blue) = 105+15+191=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #690FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690FBF is #96F040. Grayscale: #3D3D3D. Windows color (decimal): -9891905 or 12521321. OLE color: 12521321.
HSL color Cylindrical-coordinate representation of color #690FBF: hue angle of 270.68º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690FBF is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 15 | 191 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.25 |
| HSL | 270.68º | 0.85% | 0.4% | - |
| HSV(B) | 270.68º | 0.92% | 0.75% | - |
| XYZ | 15.4 | 7.11 | 49.85 | - |
| YUV | 61.97 | 200.82 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 191 | 0.45 | 0.92 | 0 | 0.25 | 270.68 | 0.85 | 0.4 |
| Hex | 69 | F | BF | 2D | 5C | 0 | 19 | 10F | 55 | 28 |
| Octal | 151 | 17 | 277 | 55 | 134 | 0 | 31 | 417 | 125 | 50 |
| Binary | 1101001 | 1111 | 10111111 | 101101 | 1011100 | 0 | 11001 | 100001111 | 1010101 | 101000 |
Color Harmonies of #690FBF
Complementary color
Monochromatic Colors of #690FBF
Black with #690FBF
Text Example
Text Example
White with #690FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690FBF; }
p { color: rgb(105,15,191); }
H1.HeaderClassName
{
color: #690FBF;
}
.AnyTagClassName
{
color: #690FBF;
}
</style>
background-color css
<style>
a { background-color: #690FBF; }
a { background-color: rgb(105,15,191); }
div.DivClassName
{
background-color: #690FBF;
}
.BgClassName
{
background-color: #690FBF;
}
</style>
border-color css
<style>
span { border-color: #690FBF; }
span { border-color: rgb(105,15,191); }
td.TdClassName
{
border-color: #690FBF;
}
.TagClassName
{
border-color: #690FBF;
}
</style>