Shades of Purple Heart #690CCF
Tints of Purple Heart #690CCF
RGB
CMYK
RGB Variations
Color information
#690CCF (or 0x690CCF) is known color: Purple Heart. HEX triplet: 69, 0C and CF. RGB value is (105,12,207). Sum of RGB (Red+Green+Blue) = 105+12+207=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #690CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690CCF is #96F330. Grayscale: #3D3D3D. Windows color (decimal): -9892657 or 13569129. OLE color: 13569129.
HSL color Cylindrical-coordinate representation of color #690CCF: hue angle of 268.62º degrees, saturation: 0.89, 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 #690CCF is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 12 | 207 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.19 |
| HSL | 268.62º | 0.89% | 0.43% | - |
| HSV(B) | 268.62º | 0.94% | 0.81% | - |
| XYZ | 17.22 | 7.77 | 59.62 | - |
| YUV | 62.04 | 209.81 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 207 | 0.49 | 0.94 | 0 | 0.19 | 268.62 | 0.89 | 0.43 |
| Hex | 69 | C | CF | 31 | 5E | 0 | 13 | 10D | 59 | 2B |
| Octal | 151 | 14 | 317 | 61 | 136 | 0 | 23 | 415 | 131 | 53 |
| Binary | 1101001 | 1100 | 11001111 | 110001 | 1011110 | 0 | 10011 | 100001101 | 1011001 | 101011 |
Color Harmonies of #690CCF
Complementary color
Monochromatic Colors of #690CCF
Black with #690CCF
Text Example
Text Example
White with #690CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690CCF; }
p { color: rgb(105,12,207); }
H1.HeaderClassName
{
color: #690CCF;
}
.AnyTagClassName
{
color: #690CCF;
}
</style>
background-color css
<style>
a { background-color: #690CCF; }
a { background-color: rgb(105,12,207); }
div.DivClassName
{
background-color: #690CCF;
}
.BgClassName
{
background-color: #690CCF;
}
</style>
border-color css
<style>
span { border-color: #690CCF; }
span { border-color: rgb(105,12,207); }
td.TdClassName
{
border-color: #690CCF;
}
.TagClassName
{
border-color: #690CCF;
}
</style>