Shades of Purple Heart #692BCF
Tints of Purple Heart #692BCF
RGB
CMYK
RGB Variations
Color information
#692BCF (or 0x692BCF) is known color: Purple Heart. HEX triplet: 69, 2B and CF. RGB value is (105,43,207). Sum of RGB (Red+Green+Blue) = 105+43+207=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #692BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #692BCF is #96D430. Grayscale: #4F4F4F. Windows color (decimal): -9884721 or 13577065. OLE color: 13577065.
HSL color Cylindrical-coordinate representation of color #692BCF: hue angle of 262.68º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692BCF is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 43 | 207 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.19 |
| HSL | 262.68º | 0.66% | 0.49% | - |
| HSV(B) | 262.68º | 0.79% | 0.81% | - |
| XYZ | 17.95 | 9.24 | 59.87 | - |
| YUV | 80.23 | 199.54 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 207 | 0.49 | 0.79 | 0 | 0.19 | 262.68 | 0.66 | 0.49 |
| Hex | 69 | 2B | CF | 31 | 4F | 0 | 13 | 107 | 42 | 31 |
| Octal | 151 | 53 | 317 | 61 | 117 | 0 | 23 | 407 | 102 | 61 |
| Binary | 1101001 | 101011 | 11001111 | 110001 | 1001111 | 0 | 10011 | 100000111 | 1000010 | 110001 |
Color Harmonies of #692BCF
Complementary color
Monochromatic Colors of #692BCF
Black with #692BCF
Text Example
Text Example
White with #692BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692BCF; }
p { color: rgb(105,43,207); }
H1.HeaderClassName
{
color: #692BCF;
}
.AnyTagClassName
{
color: #692BCF;
}
</style>
background-color css
<style>
a { background-color: #692BCF; }
a { background-color: rgb(105,43,207); }
div.DivClassName
{
background-color: #692BCF;
}
.BgClassName
{
background-color: #692BCF;
}
</style>
border-color css
<style>
span { border-color: #692BCF; }
span { border-color: rgb(105,43,207); }
td.TdClassName
{
border-color: #692BCF;
}
.TagClassName
{
border-color: #692BCF;
}
</style>