Shades of Purple Heart #690DCF
Tints of Purple Heart #690DCF
RGB
CMYK
RGB Variations
Color information
#690DCF (or 0x690DCF) is known color: Purple Heart. HEX triplet: 69, 0D and CF. RGB value is (105,13,207). Sum of RGB (Red+Green+Blue) = 105+13+207=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #690DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DCF is #96F230. Grayscale: #3D3D3D. Windows color (decimal): -9892401 or 13569385. OLE color: 13569385.
HSL color Cylindrical-coordinate representation of color #690DCF: hue angle of 268.45º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690DCF is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 13 | 207 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.19 |
| HSL | 268.45º | 0.88% | 0.43% | - |
| HSV(B) | 268.45º | 0.94% | 0.81% | - |
| XYZ | 17.23 | 7.8 | 59.63 | - |
| YUV | 62.62 | 209.48 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 207 | 0.49 | 0.94 | 0 | 0.19 | 268.45 | 0.88 | 0.43 |
| Hex | 69 | D | CF | 31 | 5E | 0 | 13 | 10C | 58 | 2B |
| Octal | 151 | 15 | 317 | 61 | 136 | 0 | 23 | 414 | 130 | 53 |
| Binary | 1101001 | 1101 | 11001111 | 110001 | 1011110 | 0 | 10011 | 100001100 | 1011000 | 101011 |
Color Harmonies of #690DCF
Complementary color
Monochromatic Colors of #690DCF
Black with #690DCF
Text Example
Text Example
White with #690DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690DCF; }
p { color: rgb(105,13,207); }
H1.HeaderClassName
{
color: #690DCF;
}
.AnyTagClassName
{
color: #690DCF;
}
</style>
background-color css
<style>
a { background-color: #690DCF; }
a { background-color: rgb(105,13,207); }
div.DivClassName
{
background-color: #690DCF;
}
.BgClassName
{
background-color: #690DCF;
}
</style>
border-color css
<style>
span { border-color: #690DCF; }
span { border-color: rgb(105,13,207); }
td.TdClassName
{
border-color: #690DCF;
}
.TagClassName
{
border-color: #690DCF;
}
</style>