Shades of Purple Heart #692BBF
Tints of Purple Heart #692BBF
RGB
CMYK
RGB Variations
Color information
#692BBF (or 0x692BBF) is known color: Purple Heart. HEX triplet: 69, 2B and BF. RGB value is (105,43,191). Sum of RGB (Red+Green+Blue) = 105+43+191=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #692BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692BBF is #96D440. Grayscale: #4D4D4D. Windows color (decimal): -9884737 or 12528489. OLE color: 12528489.
HSL color Cylindrical-coordinate representation of color #692BBF: hue angle of 265.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #692BBF is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 43 | 191 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.25 |
| HSL | 265.14º | 0.63% | 0.46% | - |
| HSV(B) | 265.14º | 0.77% | 0.75% | - |
| XYZ | 16.09 | 8.49 | 50.08 | - |
| YUV | 78.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 191 | 0.45 | 0.77 | 0 | 0.25 | 265.14 | 0.63 | 0.46 |
| Hex | 69 | 2B | BF | 2D | 4D | 0 | 19 | 109 | 3F | 2E |
| Octal | 151 | 53 | 277 | 55 | 115 | 0 | 31 | 411 | 77 | 56 |
| Binary | 1101001 | 101011 | 10111111 | 101101 | 1001101 | 0 | 11001 | 100001001 | 111111 | 101110 |
Color Harmonies of #692BBF
Complementary color
Monochromatic Colors of #692BBF
Black with #692BBF
Text Example
Text Example
White with #692BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BBF; }
p { color: rgb(105,43,191); }
H1.HeaderClassName
{
color: #692BBF;
}
.AnyTagClassName
{
color: #692BBF;
}
</style>
background-color css
<style>
a { background-color: #692BBF; }
a { background-color: rgb(105,43,191); }
div.DivClassName
{
background-color: #692BBF;
}
.BgClassName
{
background-color: #692BBF;
}
</style>
border-color css
<style>
span { border-color: #692BBF; }
span { border-color: rgb(105,43,191); }
td.TdClassName
{
border-color: #692BBF;
}
.TagClassName
{
border-color: #692BBF;
}
</style>