Shades of Purple Heart #690DCE
Tints of Purple Heart #690DCE
RGB
CMYK
RGB Variations
Color information
#690DCE (or 0x690DCE) is known color: Purple Heart. HEX triplet: 69, 0D and CE. RGB value is (105,13,206). Sum of RGB (Red+Green+Blue) = 105+13+206=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #690DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690DCE is #96F231. Grayscale: #3D3D3D. Windows color (decimal): -9892402 or 13503849. OLE color: 13503849.
HSL color Cylindrical-coordinate representation of color #690DCE: hue angle of 268.6º 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 #690DCE is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 13 | 206 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.19 |
| HSL | 268.6º | 0.88% | 0.43% | - |
| HSV(B) | 268.6º | 0.94% | 0.81% | - |
| XYZ | 17.11 | 7.75 | 58.99 | - |
| YUV | 62.51 | 208.98 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 206 | 0.49 | 0.94 | 0 | 0.19 | 268.6 | 0.88 | 0.43 |
| Hex | 69 | D | CE | 31 | 5E | 0 | 13 | 10D | 58 | 2B |
| Octal | 151 | 15 | 316 | 61 | 136 | 0 | 23 | 415 | 130 | 53 |
| Binary | 1101001 | 1101 | 11001110 | 110001 | 1011110 | 0 | 10011 | 100001101 | 1011000 | 101011 |
Color Harmonies of #690DCE
Complementary color
Monochromatic Colors of #690DCE
Black with #690DCE
Text Example
Text Example
White with #690DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690DCE; }
p { color: rgb(105,13,206); }
H1.HeaderClassName
{
color: #690DCE;
}
.AnyTagClassName
{
color: #690DCE;
}
</style>
background-color css
<style>
a { background-color: #690DCE; }
a { background-color: rgb(105,13,206); }
div.DivClassName
{
background-color: #690DCE;
}
.BgClassName
{
background-color: #690DCE;
}
</style>
border-color css
<style>
span { border-color: #690DCE; }
span { border-color: rgb(105,13,206); }
td.TdClassName
{
border-color: #690DCE;
}
.TagClassName
{
border-color: #690DCE;
}
</style>